Skip to content

Commit

Permalink
bpo-41424: Remove extra words in Tkinter-Packer documentation (GH-21707)
Browse files Browse the repository at this point in the history
(cherry picked from commit ecaf949)

Co-authored-by: Nathan M <nathanmaynes@gmail.com>
  • Loading branch information
miss-islington and nmaynes committed Aug 3, 2020
1 parent 038827d commit 45d37cb
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Doc/library/tkinter.rst
Expand Up @@ -464,12 +464,11 @@ The Packer
.. index:: single: packing (widgets)

The packer is one of Tk's geometry-management mechanisms. Geometry managers
are used to specify the relative positioning of the positioning of widgets
within their container - their mutual *master*. In contrast to the more
cumbersome *placer* (which is used less commonly, and we do not cover here), the
packer takes qualitative relationship specification - *above*, *to the left of*,
*filling*, etc - and works everything out to determine the exact placement
coordinates for you.
are used to specify the relative positioning of widgets within their container -
their mutual *master*. In contrast to the more cumbersome *placer* (which is
used less commonly, and we do not cover here), the packer takes qualitative
relationship specification - *above*, *to the left of*, *filling*, etc - and
works everything out to determine the exact placement coordinates for you.

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
Expand Down

0 comments on commit 45d37cb

Please sign in to comment.