https://github.com/python/cpython/commit/26ea18146d3770463726e545f13d04cc7b14e77e commit: 26ea18146d3770463726e545f13d04cc7b14e77e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: terryjreedy <[email protected]> date: 2025-10-19T03:53:44Z summary:
[3.13] gh-138997: Remove false justify `fill` option from Tkinter docs (GH-139023) (#140320) gh-138997: Remove false justify `fill` option from Tkinter docs (GH-139023) (cherry picked from commit 115a04b80259ac3116571eb601c5efc51004e90c) Co-authored-by: Marat Khagazheev <[email protected]> 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]
