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 d8261c9

Browse filesBrowse files
authored
FIX grammatical mistake
1 parent bd7038a commit d8261c9
Copy full SHA for d8261c9

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/axes/_axes.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6538,7 +6538,7 @@ def hist(self, x, bins=None, range=None, density=None, weights=None,
65386538
color = mcolors.to_rgba_array(color)
65396539
if len(color) != nx:
65406540
error_message = (
6541-
"color kwarg must have one color per data sets. %d data "
6541+
"color kwarg must have one color per data set. %d data "
65426542
"sets and %d colors were provided" % (len(color), nx))
65436543
raise ValueError(error_message)
65446544

0 commit comments

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