Revision: 5955
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5955&view=rev
Author:   jswhit
Date:     2008-08-02 12:40:17 +0000 (Sat, 02 Aug 2008)

Log Message:
-----------
fix typo in docstring

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-08-02 
12:38:57 UTC (rev 5954)
+++ trunk/toolkits/basemap/lib/mpl_toolkits/basemap/__init__.py 2008-08-02 
12:40:17 UTC (rev 5955)
@@ -2956,7 +2956,7 @@
         Arguments        Description
         ==============   ====================================================
         land_color       desired land color (color name or rgba tuple). 
-        rgba_ocean       desired ocean color (color name or rgba tuple).
+        ocean_color      desired ocean color (color name or rgba tuple).
         ==============   ====================================================
 
         .. tabularcolumns:: |l|L|
@@ -2965,7 +2965,7 @@
         Keywords         Description
         ==============   ====================================================
         lakes            If True, inland lakes are also colored with
-                         rgba_ocean (default is lakes=False).
+                         ocean_color (default is lakes=False).
         lsmask           An array of 0's for ocean pixels, 1's for
                          land pixels and optionally 2's for inland
                          lake pixels defining a global land-sea mask.


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-checkins mailing list
Matplotlib-checkins@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to