Skip to content

Commit 45d37cb

Browse files
bpo-41424: Remove extra words in Tkinter-Packer documentation (GH-21707)
(cherry picked from commit ecaf949) Co-authored-by: Nathan M <[email protected]>
1 parent 038827d commit 45d37cb

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Doc/library/tkinter.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -464,12 +464,11 @@ The Packer
464464
.. index:: single: packing (widgets)
465465

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

474473
The size of any *master* widget is determined by the size of the "slave widgets"
475474
inside. The packer is used to control where slave widgets appear inside the

0 commit comments

Comments
 (0)