[issue36822] Minor grammatical fix in glossary.rst

New submission from Sanyam Khurana <sanyam.khurana01@gmail.com>: While working on translations, I saw a minor grammatical error in `Doc/glossary.rst`: ``` * The default Python prompt of the interactive shell when entering code for an indented code block ... ``` should be ``` * The default Python prompt of the interactive shell when entering the code for an indented code block ... ``` Attaching the path with this. ---------- assignee: docs@python components: Documentation messages: 341665 nosy: CuriousLearner, docs@python priority: normal severity: normal stage: needs patch status: open title: Minor grammatical fix in glossary.rst type: enhancement versions: Python 3.5, Python 3.6, Python 3.7, Python 3.8, Python 3.9 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue36822> _______________________________________

Change by Sanyam Khurana <sanyam.khurana01@gmail.com>: ---------- keywords: +patch pull_requests: +13058 stage: needs patch -> patch review _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue36822> _______________________________________

Change by SilentGhost <ghost.adh@runbox.com>: ---------- type: enhancement -> behavior versions: -Python 3.5, Python 3.6, Python 3.9 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue36822> _______________________________________

Pablo Galindo Salgado <pablogsal@gmail.com> added the comment: New changeset 90fb04c1e23c0fddd438bd0f73e7c018cacef4bc by Pablo Galindo (Sanyam Khurana) in branch 'master': bpo-36822: Fix minor grammatical error in glossary.rst (GH-13145) https://github.com/python/cpython/commit/90fb04c1e23c0fddd438bd0f73e7c018cac... ---------- nosy: +pablogsal _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue36822> _______________________________________

Change by Sanyam Khurana <sanyam.khurana01@gmail.com>: ---------- pull_requests: +13170 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue36822> _______________________________________

Pablo Galindo Salgado <pablogsal@gmail.com> added the comment: New changeset 4f5febdf955240b6064bb5647dec084feaa98376 by Pablo Galindo (Sanyam Khurana) in branch '3.7': [3.7] bpo-36822: Fix minor grammatical error in glossary.rst (GH-13145). (GH-13260) https://github.com/python/cpython/commit/4f5febdf955240b6064bb5647dec084feaa... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue36822> _______________________________________

Change by Pablo Galindo Salgado <pablogsal@gmail.com>: ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue36822> _______________________________________
participants (3)
-
Pablo Galindo Salgado
-
Sanyam Khurana
-
SilentGhost