10000 Merge pull request #14229 from larrybradley/fix-typo · matplotlib/matplotlib@afc21ae · GitHub
[go: up one dir, main page]

Skip to content

Commit afc21ae

Browse files
authored
Merge pull request #14229 from larrybradley/fix-typo
Add missing space in warning message
2 parents 9b49c3c + 03d857d commit afc21ae

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
@@ -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)
0