From 17ea2aa7b5bb70a1d6d8fc8a86d2a921d744f9f7 Mon Sep 17 00:00:00 2001 From: marat Date: Wed, 17 Sep 2025 13:42:10 +0300 Subject: [PATCH] gh-138997: Remove justify fill option from Tkinter docs --- 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 f284988daf2d4e..9673ccf1cabaaf 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