From: <js...@us...> - 2007-11-20 13:20:57
|
Revision: 4390 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4390&view=rev Author: jswhit Date: 2007-11-20 05:20:54 -0800 (Tue, 20 Nov 2007) Log Message: ----------- docstring tweak. Modified Paths: -------------- trunk/toolkits/basemap-testing/lib/matplotlib/toolkits/basemap/basemap.py Modified: trunk/toolkits/basemap-testing/lib/matplotlib/toolkits/basemap/basemap.py =================================================================== --- trunk/toolkits/basemap-testing/lib/matplotlib/toolkits/basemap/basemap.py 2007-11-20 13:18:22 UTC (rev 4389) +++ trunk/toolkits/basemap-testing/lib/matplotlib/toolkits/basemap/basemap.py 2007-11-20 13:20:54 UTC (rev 4390) @@ -167,8 +167,8 @@ The following parameters are map projection parameters which all default to None. Not all parameters are used by all projections, some are ignored. - The module variable 'projection_params' lists which parameters apply - to which projections. + The module variable 'projection_params' is a dictionary which + lists which parameters apply to which projections. lat_ts - latitude of true scale for mercator projection, optional for stereographic projection. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |