From: <js...@us...> - 2007-10-11 22:09:46
|
Revision: 3936 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=3936&view=rev Author: jswhit Date: 2007-10-11 15:09:18 -0700 (Thu, 11 Oct 2007) Log Message: ----------- fix typo Modified Paths: -------------- trunk/toolkits/basemap/lib/matplotlib/toolkits/basemap/basemap.py Modified: trunk/toolkits/basemap/lib/matplotlib/toolkits/basemap/basemap.py =================================================================== --- trunk/toolkits/basemap/lib/matplotlib/toolkits/basemap/basemap.py 2007-10-11 17:03:50 UTC (rev 3935) +++ trunk/toolkits/basemap/lib/matplotlib/toolkits/basemap/basemap.py 2007-10-11 22:09:18 UTC (rev 3936) @@ -2882,7 +2882,7 @@ lon0: starting longitude for shifted grid (ending longitude if start=False). lon0 must be on - input grid (with the range of lonsin). + input grid (within the range of lonsin). datain: original data. lonsin: original longitudes. start[True]: if True, lon0 represents the starting longitude This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |