Skip to content

Commit 2e2cbd0

Browse files
authored
Merge pull request #20541 from scimad/minor-doc-fix
Minor fix
2 parents 188fa05 + ceba24b commit 2e2cbd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4205,7 +4205,7 @@ def _parse_scatter_color_args(c, edgecolors, kwargs, xsize,
42054205
mcolors.to_rgba_array(kwcolor)
42064206
except ValueError as err:
42074207
raise ValueError(
4208-
"'color' kwarg must be an color or sequence of color "
4208+
"'color' kwarg must be a color or sequence of color "
42094209
"specs. For a sequence of values to be color-mapped, use "
42104210
"the 'c' argument instead.") from err
42114211
if edgecolors is None:

0 commit comments

Comments
 (0)