From: <js...@us...> - 2008-07-29 12:23:46
|
Revision: 5919 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5919&view=rev Author: jswhit Date: 2008-07-29 12:23:43 +0000 (Tue, 29 Jul 2008) Log Message: ----------- fix docstring markup 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 2008-07-29 12:20:11 UTC (rev 5918) +++ trunk/toolkits/basemap/lib/mpl_toolkits/basemap/__init__.py 2008-07-29 12:23:43 UTC (rev 5919) @@ -298,7 +298,7 @@ Variable Name Description ================ ==================================================== projection map projection. Print the module variable - "supported_projections" to see a list of allowed + ``supported_projections`` to see a list of allowed values. aspect map aspect ratio (size of y dimension / size of x dimension). This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |