Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 5729cb5 commit 279dd60Copy full SHA for 279dd60
1 file changed
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