From: <js...@us...> - 2011-01-15 19:49:16
|
Revision: 8919 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8919&view=rev Author: jswhit Date: 2011-01-15 19:49:09 +0000 (Sat, 15 Jan 2011) Log Message: ----------- fix docstring typo Modified Paths: -------------- trunk/toolkits/basemap/lib/mpl_toolkits/basemap/__init__.py Modified: trunk/toolkits/basemap/lib/mpl_toolkits/basemap/__init__.py =================================================================== --- trunk/toolkits/basemap/lib/mpl_toolkits/basemap/__init__.py 2011-01-14 18:16:42 UTC (rev 8918) +++ trunk/toolkits/basemap/lib/mpl_toolkits/basemap/__init__.py 2011-01-15 19:49:09 UTC (rev 8919) @@ -257,7 +257,7 @@ ``N``, ``NW``, and ``W``. celestial use astronomical conventions for longitude (i.e. negative longitudes to the east of 0). Default False. - Implies ``resolution=None``. + Implies resolution=None. ax set default axes instance (default None - matplotlib.pyplot.gca() may be used to get the current axes instance). This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |