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 2e82a38

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

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

‎tutorials/colors/colors.py

Copy file name to clipboardExpand all lines: tutorials/colors/colors.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.