|
From: <ry...@us...> - 2008-12-09 04:12:37
|
Revision: 6532
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6532&view=rev
Author: ryanmay
Date: 2008-12-09 04:12:34 +0000 (Tue, 09 Dec 2008)
Log Message:
-----------
Fix typo in docstring.
Modified Paths:
--------------
trunk/matplotlib/lib/matplotlib/axes.py
Modified: trunk/matplotlib/lib/matplotlib/axes.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/axes.py 2008-12-09 03:51:35 UTC (rev 6531)
+++ trunk/matplotlib/lib/matplotlib/axes.py 2008-12-09 04:12:34 UTC (rev 6532)
@@ -5548,7 +5548,7 @@
fill_between(x, y1, y2=0, where=None, **kwargs)
- Create a :class:`~matplotlib.collectionsPolyCollection`
+ Create a :class:`~matplotlib.collections.PolyCollection`
filling the regions between *y1* and *y2* where
``where==True``
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|