Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenwh committed Oct 29, 2024
1 parent b1d7ede commit 191914f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nansat/nansat.py
Original file line number Diff line number Diff line change
Expand Up @@ -1416,7 +1416,7 @@ def crop_lonlat(self, lonlim, latlim):
Examples
--------
>>> extent = n.crop(lonlim=[-10,10], latlim=[-20,20]) # crop for given lon/lat limits
>>> extent = n.crop([-10,10], [-20,20]) # crop for given lon/lat limits
"""
# lon/lat lists for four corners
Expand Down

0 comments on commit 191914f

Please sign in to comment.