[issue41424] [tkinter] Grammatical error in "Packer" docs
New submission from Brett Cannon <brett@python.org>: "Geometry managers are used to specify the relative positioning of the positioning of widgets within their container". Remove "of the positioning". ---------- assignee: docs@python components: Documentation keywords: newcomer friendly messages: 374520 nosy: brett.cannon, docs@python priority: normal severity: normal status: open title: [tkinter] Grammatical error in "Packer" docs versions: Python 3.10, Python 3.8, Python 3.9 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue41424> _______________________________________
Nathan Maynes <nathanmaynes@gmail.com> added the comment: I'd like to create a pull request for this issue. Should be able to complete it this evening. ---------- nosy: +nmaynes _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue41424> _______________________________________
Change by Terry J. Reedy <tjreedy@udel.edu>: ---------- nosy: +terry.reedy _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue41424> _______________________________________
Change by Nathan Maynes <nathanmaynes@gmail.com>: ---------- keywords: +patch pull_requests: +20850 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21707 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue41424> _______________________________________
Terry J. Reedy <tjreedy@udel.edu> added the comment: New changeset ecaf949cc487887883c14dff7a96e09ac9404994 by Nathan M in branch 'master': bpo-41424: Remove extra words in Tkinter-Packer documentation (GH-21707) https://github.com/python/cpython/commit/ecaf949cc487887883c14dff7a96e09ac94... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue41424> _______________________________________
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>: ---------- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +20852 pull_request: https://github.com/python/cpython/pull/21708 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue41424> _______________________________________
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>: ---------- pull_requests: +20853 pull_request: https://github.com/python/cpython/pull/21709 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue41424> _______________________________________
miss-islington <mariatta.wijaya+miss-islington@gmail.com> added the comment: New changeset 905c7de6e4bbccf8c3dfa593fa287aecac497472 by Miss Islington (bot) in branch '3.9': bpo-41424: Remove extra words in Tkinter-Packer documentation (GH-21707) https://github.com/python/cpython/commit/905c7de6e4bbccf8c3dfa593fa287aecac4... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue41424> _______________________________________
miss-islington <mariatta.wijaya+miss-islington@gmail.com> added the comment: New changeset 45d37cbb04279a52c63dd180aacda7d35e02a0ef by Miss Islington (bot) in branch '3.8': bpo-41424: Remove extra words in Tkinter-Packer documentation (GH-21707) https://github.com/python/cpython/commit/45d37cbb04279a52c63dd180aacda7d35e0... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue41424> _______________________________________
Change by Terry J. Reedy <tjreedy@udel.edu>: ---------- keywords: -patch resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue41424> _______________________________________
participants (4)
-
Brett Cannon -
miss-islington -
Nathan Maynes -
Terry J. Reedy