Revision: 6599
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6599&view=rev
Author:   jswhit
Date:     2008-12-13 17:45:00 +0000 (Sat, 13 Dec 2008)

Log Message:
-----------
docstring update.

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-12-13 
15:11:57 UTC (rev 6598)
+++ trunk/toolkits/basemap/lib/mpl_toolkits/basemap/__init__.py 2008-12-13 
17:45:00 UTC (rev 6599)
@@ -2185,7 +2185,9 @@
 
         Extra keyword ``ax`` can be used to override the default axis instance.
 
-        Other \**kwargs passed on to matplotlib.patches.Polygon."""
+        Other \**kwargs passed on to matplotlib.patches.Polygon.
+
+        returns a matplotlib.patches.Polygon object."""
         if not kwargs.has_key('ax') and self.ax is None:
             try:
                 ax = plt.gca()


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

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to