mirror of
https://github.com/python/cpython.git
synced 2025-11-24 20:30:18 +00:00
gh-138997: Remove false justify fill option from Tkinter docs (#139023)
Co-authored-by: marat <khagazheev@artlebedev.ru>
This commit is contained in:
parent
bedaea0598
commit
115a04b802
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue