We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33affe1 + 279dd60 commit 2e82a38Copy full SHA for 2e82a38
tutorials/colors/colors.py
@@ -14,7 +14,7 @@
14
to ``'#aabbcc'``, or ``'#abcd'``, equivalent to ``'#aabbccdd'``;
15
case-insensitive);
16
* a string representation of a float value in ``[0, 1]`` inclusive for gray
17
- level (e.g., ``'0.5'``);
+ level (e.g., ``'0.8'`` for light gray);
18
* one of the characters ``{'b', 'g', 'r', 'c', 'm', 'y', 'k', 'w'}``, which
19
are short-hand notations for shades of blue, green, red, cyan, magenta,
20
yellow, black, and white. Note that the colors ``'g', 'c', 'm', 'y'`` do not
0 commit comments