Skip to content

Commit

Permalink
fix typo in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishavlin committed Jan 31, 2024
1 parent b4b4b0a commit 5dd4a68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aglio/coordinate_transformations.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,9 @@ def geosphere2cart(
Parameters
----------
lat : ndarray or scalar float/int
latitude, -180 to 180 or 0 to 360
latitude, -90 to 90
lon : ndarray or scalar float/int
longitude, -90 to 90
longitude, -180 to 180 or 0 to 360
radius : ndarray or scalar float/int
radius in any units
Expand Down

0 comments on commit 5dd4a68

Please sign in to comment.