Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b60d7d8

Browse files
committed
patches.py: correct docstring in set_color
svn path=/branches/v0_99_maint/; revision=8195
1 parent 3249383 commit b60d7d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/patches.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def set_color(self, c):
203203
"""
204204
Set both the edgecolor and the facecolor.
205205
206-
ACCEPTS: matplotlib color arg or sequence of rgba tuples
206+
ACCEPTS: matplotlib color spec
207207
208208
.. seealso::
209209

0 commit comments

Comments
 (0)