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

Skip to content

Commit fc13c2d

Browse files
authored
Merge pull request #20939 from meeseeksmachine/auto-backport-of-pr-20937-on-v3.5.x
Backport PR #20937 on branch v3.5.x (Fix documented allowed values for Patch.set_edgecolor.)
2 parents 4a966f4 + 077603e commit fc13c2d

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)