From 26ea18146d3770463726e545f13d04cc7b14e77e Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Sun, 19 Oct 2025 05:53:44 +0200 Subject: [PATCH] [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 Co-authored-by: marat --- Doc/library/tkinter.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.47.3