bpo-41424: Remove extra words in Tkinter-Packer documentation (GH-21707)

This commit is contained in:
Nathan M 2020-08-02 22:13:03 -04:00 committed by GitHub
parent ab72fdeb82
commit ecaf949cc4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -464,12 +464,11 @@ The Packer
.. index:: single: packing (widgets) .. index:: single: packing (widgets)
The packer is one of Tk's geometry-management mechanisms. Geometry managers The packer is one of Tk's geometry-management mechanisms. Geometry managers
are used to specify the relative positioning of the positioning of widgets are used to specify the relative positioning of widgets within their container -
within their container - their mutual *master*. In contrast to the more their mutual *master*. In contrast to the more cumbersome *placer* (which is
cumbersome *placer* (which is used less commonly, and we do not cover here), the used less commonly, and we do not cover here), the packer takes qualitative
packer takes qualitative relationship specification - *above*, *to the left of*, relationship specification - *above*, *to the left of*, *filling*, etc - and
*filling*, etc - and works everything out to determine the exact placement works everything out to determine the exact placement coordinates for you.
coordinates for you.
The size of any *master* widget is determined by the size of the "slave widgets" The size of any *master* widget is determined by the size of the "slave widgets"
inside. The packer is used to control where slave widgets appear inside the inside. The packer is used to control where slave widgets appear inside the