Skip to content

Commit 8d62ab4

Browse files
authored
Merge pull request #20937 from anntzer/pe
2 parents bf5d69b + ed6a973 commit 8d62ab4

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
@@ -349,7 +349,7 @@ def set_edgecolor(self, color):
349349
350350
Parameters
351351
----------
352-
color : color or None or 'auto'
352+
color : color or None
353353
"""
354354
self._original_edgecolor = color
355355
self._set_edgecolor(color)

0 commit comments

Comments
 (0)