From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sun, 19 Oct 2025 03:52:59 +0000 (+0200) Subject: [3.14] gh-138997: Remove false justify `fill` option from Tkinter docs (GH-139023... X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a4b977cfe258bbc93373cf5c26a899d8e91e2653;p=thirdparty%2FPython%2Fcpython.git [3.14] gh-138997: Remove false justify `fill` option from Tkinter docs (GH-139023) (#140319) gh-138997: Remove false justify `fill` option from Tkinter docs (GH-139023) (cherry picked from commit 115a04b80259ac3116571eb601c5efc51004e90c) Co-authored-by: Marat Khagazheev Co-authored-by: marat --- diff --git a/Doc/library/tkinter.rst b/Doc/library/tkinter.rst index be26af02bcee..22e08c45d01e 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