summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-02-14 20:10:05 (GMT)
committerGitHub <noreply@github.com>2022-02-14 20:10:05 (GMT)
commitc5a987bf4d6cde9f9120aa2597ff49f765a684ce (patch)
tree1315ccc34515296b45c65753d504d7b80164c2c8 /Doc/library
parent828253227efe16f0e759df36bbb2ca49083223c8 (diff)
downloadcpython-c5a987bf4d6cde9f9120aa2597ff49f765a684ce.zip
cpython-c5a987bf4d6cde9f9120aa2597ff49f765a684ce.tar.gz
cpython-c5a987bf4d6cde9f9120aa2597ff49f765a684ce.tar.bz2
doc: use colon for all color's rangs (GH-28998) (#31336)
(cherry picked from commit 6b9f27dd0b5da53b1fd648494879d857572bec80) Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com> Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/tkinter.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/tkinter.rst b/Doc/library/tkinter.rst
index a48bc13..65395d8 100644
--- a/Doc/library/tkinter.rst
+++ b/Doc/library/tkinter.rst
@@ -756,8 +756,8 @@ callback
color
Colors can be given as the names of X colors in the rgb.txt file, or as strings
- representing RGB values in 4 bit: ``"#RGB"``, 8 bit: ``"#RRGGBB"``, 12 bit"
- ``"#RRRGGGBBB"``, or 16 bit ``"#RRRRGGGGBBBB"`` ranges, where R,G,B here
+ representing RGB values in 4 bit: ``"#RGB"``, 8 bit: ``"#RRGGBB"``, 12 bit:
+ ``"#RRRGGGBBB"``, or 16 bit: ``"#RRRRGGGGBBBB"`` ranges, where R,G,B here
represent any legal hex digit. See page 160 of Ousterhout's book for details.
cursor