]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-41424: Remove extra words in Tkinter-Packer documentation (GH-21707)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 3 Aug 2020 03:18:59 +0000 (20:18 -0700)
committerGitHub <noreply@github.com>
Mon, 3 Aug 2020 03:18:59 +0000 (20:18 -0700)
(cherry picked from commit ecaf949cc487887883c14dff7a96e09ac9404994)

Co-authored-by: Nathan M <nathanmaynes@gmail.com>
Doc/library/tkinter.rst

index e1fc051d9597c6ffea75e01849f3fa97bbe93752..a04926b44612e736d890b373dd56dc1f0857a044 100644 (file)
@@ -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