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

Skip to content

Commit 36f9cf7

Browse files
committed
Fix typo
1 parent 2f86924 commit 36f9cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6103,7 +6103,7 @@ def scatter(self, x, y, s=20, c='b', marker='o', cmap=None, norm=None,
61036103
if faceted is not None:
61046104
warnings.warn("The faceted option is deprecated. "
61056105
"Please use edgecolor instead. Will "
6106-
"be remove in 1.4", mplDeprecation)
6106+
"be removed in 1.4", mplDeprecation)
61076107
if faceted:
61086108
edgecolors = None
61096109
else:

0 commit comments

Comments
 (0)