Skip to content

Commit a4b977c

Browse files
miss-islingtonF0RRZZmarat
authored
[3.14] pythongh-138997: Remove false justify fill option from Tkinter docs (pythonGH-139023) (python#140319)
pythongh-138997: Remove false justify `fill` option from Tkinter docs (pythonGH-139023) (cherry picked from commit 115a04b) Co-authored-by: Marat Khagazheev <[email protected]> Co-authored-by: marat <[email protected]>
1 parent 7be317f commit a4b977c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Doc/library/tkinter.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -839,8 +839,7 @@ geometry
839839
For example: ``fred["geometry"] = "200x100"``.
840840

841841
justify
842-
Legal values are the strings: ``"left"``, ``"center"``, ``"right"``, and
843-
``"fill"``.
842+
Legal values are the strings: ``"left"``, ``"center"``, and ``"right"``.
844843

845844
region
846845
This is a string with four space-delimited elements, each of which is a legal

0 commit comments

Comments
 (0)