|
From: <ef...@us...> - 2010-03-16 00:56:17
|
Revision: 8196
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8196&view=rev
Author: efiring
Date: 2010-03-16 00:56:09 +0000 (Tue, 16 Mar 2010)
Log Message:
-----------
patches.py: correct docstring in set_color
Modified Paths:
--------------
trunk/matplotlib/lib/matplotlib/patches.py
Modified: trunk/matplotlib/lib/matplotlib/patches.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/patches.py 2010-03-16 00:55:20 UTC (rev 8195)
+++ trunk/matplotlib/lib/matplotlib/patches.py 2010-03-16 00:56:09 UTC (rev 8196)
@@ -246,7 +246,7 @@
"""
Set both the edgecolor and the facecolor.
- ACCEPTS: matplotlib color arg or sequence of rgba tuples
+ ACCEPTS: matplotlib color spec
.. seealso::
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|