Skip to content

Commit 2e82a38

Browse files
authored
Merge pull request #18460 from tfiers/patch-1
DOC: example gray level in 'Specifying Colors' tutorial
2 parents 33affe1 + 279dd60 commit 2e82a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/colors/colors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
to ``'#aabbcc'``, or ``'#abcd'``, equivalent to ``'#aabbccdd'``;
1515
case-insensitive);
1616
* a string representation of a float value in ``[0, 1]`` inclusive for gray
17-
level (e.g., ``'0.5'``);
17+
level (e.g., ``'0.8'`` for light gray);
1818
* one of the characters ``{'b', 'g', 'r', 'c', 'm', 'y', 'k', 'w'}``, which
1919
are short-hand notations for shades of blue, green, red, cyan, magenta,
2020
yellow, black, and white. Note that the colors ``'g', 'c', 'm', 'y'`` do not

0 commit comments

Comments
 (0)