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 63eae54

Browse filesBrowse files
rootroot
authored andcommitted
String fix on plural singular scatter
1 parent db60c1d commit 63eae54
Copy full SHA for 63eae54

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/tests/test_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_axes.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2719,7 +2719,7 @@ def test_scatter_singular_plural_arguments(self):
27192719
edgecolor="#ffffff")
27202720

27212721
with pytest.raises(TypeError,
2722-
match="Got both 'facecolor' and 'facecolors',\
2722+
match="Got both 'facecolors' and 'facecolor',\
27232723
which are aliases of one another"):
27242724
plt.scatter([1, 2, 3], [1, 2, 3],
27252725
facecolors=["#ffffff", "#000000", "#f0f0f0"],

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.