From 7acd2416224dfa0a312d865186cfddf527525540 Mon Sep 17 00:00:00 2001 From: Marat Khagazheev Date: Sun, 19 Oct 2025 06:45:52 +0300 Subject: [PATCH] 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 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