8000 Backport PR #14229: Add missing space in warning message · matplotlib/matplotlib@5c055b8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5c055b8

Browse files
dstansbyMeeseeksDev[bot]
authored andcommitted
Backport PR #14229: Add missing space in warning message
1 parent 73ec4fc commit 5c055b8

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