|
From: <ef...@us...> - 2010-03-16 00:55:26
|
Revision: 8195
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8195&view=rev
Author: efiring
Date: 2010-03-16 00:55:20 +0000 (Tue, 16 Mar 2010)
Log Message:
-----------
patches.py: correct docstring in set_color
Modified Paths:
--------------
branches/v0_99_maint/lib/matplotlib/patches.py
Modified: branches/v0_99_maint/lib/matplotlib/patches.py
===================================================================
--- branches/v0_99_maint/lib/matplotlib/patches.py 2010-03-15 20:34:32 UTC (rev 8194)
+++ branches/v0_99_maint/lib/matplotlib/patches.py 2010-03-16 00:55:20 UTC (rev 8195)
@@ -203,7 +203,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.
|