Skip to content

Commit 5c303f3

Browse files
doc: use colon for all color's rangs (GH-28998)
(cherry picked from commit 6b9f27d) Co-authored-by: Rafael Fontenelle <[email protected]>
1 parent 502ad39 commit 5c303f3

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
@@ -644,8 +644,8 @@ callback
644644

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

651651
cursor

0 commit comments

Comments
 (0)