Skip to content

Commit 6b9f27d

Browse files
authored
doc: use colon for all color's rangs (GH-28998)
1 parent 5d53cf3 commit 6b9f27d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/tkinter.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -756,8 +756,8 @@ callback
756756

757757
color
758758
Colors can be given as the names of X colors in the rgb.txt file, or as strings
759-
representing RGB values in 4 bit: ``"#RGB"``, 8 bit: ``"#RRGGBB"``, 12 bit"
760-
``"#RRRGGGBBB"``, or 16 bit ``"#RRRRGGGGBBBB"`` ranges, where R,G,B here
759+
representing RGB values in 4 bit: ``"#RGB"``, 8 bit: ``"#RRGGBB"``, 12 bit:
760+
``"#RRRGGGBBB"``, or 16 bit: ``"#RRRRGGGGBBBB"`` ranges, where R,G,B here
761761
represent any legal hex digit. See page 160 of Ousterhout's book for details.
762762

763763
cursor

0 commit comments

Comments
 (0)