Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
muhd-umer committed Mar 30, 2024
1 parent 360d4f5 commit b91113e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comyx/propagation/pathloss.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def get_pathloss(
Args:
distance: Distance between transmitter and receiver.
type: Path loss model type. ("free-space", "log-distance", "friis")
type: Path loss model type. ("reference", "friis", "log-distance")
frequency: Frequency of the signal.
*args: Positional arguments for the path loss model.
**kwargs: Keyword arguments for the path loss model.
Expand Down

0 comments on commit b91113e

Please sign in to comment.