diff options
author | Rafael Fontenelle <rffontenelle@users.noreply.github.com> | 2022-02-14 19:46:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-14 19:46:40 (GMT) |
commit | 6b9f27dd0b5da53b1fd648494879d857572bec80 (patch) | |
tree | cd3c4d642a46b592606ed99a7f3e53f76634cb57 /Doc/library/tkinter.rst | |
parent | 5d53cf30f9cb3758849e859db5d4602cb7c521f7 (diff) | |
download | cpython-6b9f27dd0b5da53b1fd648494879d857572bec80.zip cpython-6b9f27dd0b5da53b1fd648494879d857572bec80.tar.gz cpython-6b9f27dd0b5da53b1fd648494879d857572bec80.tar.bz2 |
doc: use colon for all color's rangs (GH-28998)
Diffstat (limited to 'Doc/library/tkinter.rst')
-rw-r--r-- | Doc/library/tkinter.rst | 4 |
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 |