Revision: 6625
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6625&view=rev
Author:   mdboom
Date:     2008-12-15 20:49:22 +0000 (Mon, 15 Dec 2008)

Log Message:
-----------
Fix docstring formatting.

Modified Paths:
--------------
    branches/v0_98_5_maint/lib/matplotlib/axes.py

Modified: branches/v0_98_5_maint/lib/matplotlib/axes.py
===================================================================
--- branches/v0_98_5_maint/lib/matplotlib/axes.py       2008-12-15 20:48:34 UTC 
(rev 6624)
+++ branches/v0_98_5_maint/lib/matplotlib/axes.py       2008-12-15 20:49:22 UTC 
(rev 6625)
@@ -3174,7 +3174,7 @@
         Return value is a list of lines that were added.
 
         The following format string characters are accepted to control
-        the line style or marker
+        the line style or marker:
 
         ================    ===============================
         character           description
@@ -3208,7 +3208,7 @@
         ================    ===============================
 
 
-        The following color abbreviations are supported::
+        The following color abbreviations are supported:
 
         ==========  ========
         character   color
@@ -5593,7 +5593,7 @@
 
         %(PolyCollection)s
 
-        .. plot:: mpl_examples/pylab_examples/fill_between.py        
+        .. plot:: mpl_examples/pylab_examples/fill_between.py
         """
         # Handle united data, such as dates
         self._process_unit_info(xdata=x, ydata=y1, kwargs=kwargs)


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