Mailing List Archive

bpo-41424: Remove extra words in Tkinter-Packer documentation (GH-21707)
https://github.com/python/cpython/commit/ecaf949cc487887883c14dff7a96e09ac9404994
commit: ecaf949cc487887883c14dff7a96e09ac9404994
branch: master
author: Nathan M <nathanmaynes@gmail.com>
committer: GitHub <noreply@github.com>
date: 2020-08-02T22:13:03-04:00
summary:

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

files:
M Doc/library/tkinter.rst

diff --git a/Doc/library/tkinter.rst b/Doc/library/tkinter.rst
index 2dc44ad36a7f7..3d90b4be17c97 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

_______________________________________________
Python-checkins mailing list
Python-checkins@python.org
https://mail.python.org/mailman/listinfo/python-checkins
bpo-41424: Remove extra words in Tkinter-Packer documentation (GH-21707) [ In reply to ]
https://github.com/python/cpython/commit/45d37cbb04279a52c63dd180aacda7d35e02a0ef
commit: 45d37cbb04279a52c63dd180aacda7d35e02a0ef
branch: 3.8
author: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
committer: GitHub <noreply@github.com>
date: 2020-08-02T20:18:59-07:00
summary:

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

(cherry picked from commit ecaf949cc487887883c14dff7a96e09ac9404994)

Co-authored-by: Nathan M <nathanmaynes@gmail.com>

files:
M Doc/library/tkinter.rst

diff --git a/Doc/library/tkinter.rst b/Doc/library/tkinter.rst
index e1fc051d9597c..a04926b44612e 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

_______________________________________________
Python-checkins mailing list
Python-checkins@python.org
https://mail.python.org/mailman/listinfo/python-checkins