https://github.com/python/cpython/commit/115a04b80259ac3116571eb601c5efc51004e90c commit: 115a04b80259ac3116571eb601c5efc51004e90c branch: main author: Marat Khagazheev <[email protected]> committer: terryjreedy <[email protected]> date: 2025-10-18T23:45:52-04:00 summary:
gh-138997: Remove false justify `fill` option from Tkinter docs (#139023) Co-authored-by: marat <[email protected]> files: M Doc/library/tkinter.rst diff --git a/Doc/library/tkinter.rst b/Doc/library/tkinter.rst index be26af02bcee0d..22e08c45d01ef9 100644 --- a/Doc/library/tkinter.rst +++ b/Doc/library/tkinter.rst @@ -839,8 +839,7 @@ geometry For example: ``fred["geometry"] = "200x100"``. justify - Legal values are the strings: ``"left"``, ``"center"``, ``"right"``, and - ``"fill"``. + Legal values are the strings: ``"left"``, ``"center"``, and ``"right"``. region This is a string with four space-delimited elements, each of which is a legal _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
