Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit afc21ae

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/patches.py

Copy file name to clipboardExpand all lines: lib/matplotlib/patches.py
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.