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

Skip to content

Commit 03d857d

Browse files
committed
Add missing space in warning message [skip ci]
1 parent 9b49c3c commit 03d857d

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)