Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9821c03

Browse files
author
Jeff Whitaker
committed
fix typo
svn path=/trunk/toolkits/basemap/; revision=3936
1 parent a79d084 commit 9821c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/toolkits/basemap/basemap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2882,7 +2882,7 @@ def shiftgrid(lon0,datain,lonsin,start=True):
28822882
28832883
lon0: starting longitude for shifted grid
28842884
(ending longitude if start=False). lon0 must be on
2885-
input grid (with the range of lonsin).
2885+
input grid (within the range of lonsin).
28862886
datain: original data.
28872887
lonsin: original longitudes.
28882888
start[True]: if True, lon0 represents the starting longitude

0 commit comments

Comments
 (0)