Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmargraf committed Nov 10, 2023
1 parent 135048a commit 6c02aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycomlink/processing/k_R_relation.py
Expand Up @@ -43,7 +43,7 @@ def calc_R_from_A(
are also allowed. Has to be provided together with `f_GHz`. It will be
used to derive the parameters a and b for the k-R power law. Must have
same shape as f_GHz or be a str. If it is a str, it will be expanded to
the shape of g_GHz.
the shape of f_GHz.
a : float, optional
Parameter of A-R relationship
b : float, optional
Expand Down

0 comments on commit 6c02aa4

Please sign in to comment.