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

Skip to content

Commit 41a8d62

Browse files
authored
Merge pull request #14230 from meeseeksmachine/auto-backport-of-pr-14229-on-v3.1.x
Backport PR #14229 on branch v3.1.x (Add missing space in warning message)
2 parents 73ec4fc + 5c055b8 commit 41a8d62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/patches.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def __init__(self,
7474
if color is not None:
7575
if edgecolor is not None or facecolor is not None:
7676
cbook._warn_external(
77-
"Setting the 'color' property will override"
77+
"Setting the 'color' property will override "
7878
"the edgecolor or facecolor properties.")
7979
self.set_color(color)
8080
else:

0 commit comments

Comments
 (0)