Skip to content

Commit

Permalink
Use plural for units in 'rose.py'
Browse files Browse the repository at this point in the history
  • Loading branch information
yvonnefroehlich committed Dec 26, 2022
1 parent 1cdd915 commit 9113543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygmt/src/rose.py
Expand Up @@ -80,7 +80,7 @@ def rose(self, data=None, length=None, azimuth=None, **kwargs):
orientation : bool
Specifies that the input data are orientation data (i.e., have a
180 degree ambiguity) instead of true 0-360 degree directions
180 degrees ambiguity) instead of true 0-360 degree directions
[Default is 0-360 degrees]. We compensate by counting each record
twice: First as azimuth and second as azimuth +180. Ignored if
``region`` is given as (-90, 90) or (0, 180).
Expand Down

0 comments on commit 9113543

Please sign in to comment.