summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2020-08-03 03:18:59 (GMT)
committerGitHub <noreply@github.com>2020-08-03 03:18:59 (GMT)
commit45d37cbb04279a52c63dd180aacda7d35e02a0ef (patch)
tree525fc0340ab15d1a1b5b5f533646d35f1662a698
parent038827d0f59076f52e9797018ead12b1295cddc2 (diff)
downloadcpython-45d37cbb04279a52c63dd180aacda7d35e02a0ef.zip
cpython-45d37cbb04279a52c63dd180aacda7d35e02a0ef.tar.gz
cpython-45d37cbb04279a52c63dd180aacda7d35e02a0ef.tar.bz2
bpo-41424: Remove extra words in Tkinter-Packer documentation (GH-21707)
(cherry picked from commit ecaf949cc487887883c14dff7a96e09ac9404994) Co-authored-by: Nathan M <nathanmaynes@gmail.com>
-rw-r--r--Doc/library/tkinter.rst11
1 files changed, 5 insertions, 6 deletions
diff --git a/Doc/library/tkinter.rst b/Doc/library/tkinter.rst
index e1fc051..a04926b 100644
--- a/Doc/library/tkinter.rst
+++ b/Doc/library/tkinter.rst
@@ -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