[issue29856] curses online documentation typo

New submission from Raphael McSinyx: I think there is a typo in curses online documentation about key constants: https://docs.python.org/3.7/library/curses.html#constants The key KEY_SEXIT is described as `Shifted Dxit' while I think that should be `Shifted Exit'. ---------- assignee: docs@python components: Documentation messages: 289868 nosy: McSinyx, docs@python priority: normal severity: normal status: open title: curses online documentation typo versions: Python 3.7 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29856> _______________________________________

Changes by Mariatta Wijaya <mariatta.wijaya@gmail.com>: ---------- pull_requests: +644 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29856> _______________________________________

Jim Fasarakis-Hilliard added the comment: Nice catch, that's a typo indeed. If you'd like, submit a PR [see https://docs.python.org/devguide/#quick-start] to address this. ---------- nosy: +Jim Fasarakis-Hilliard _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29856> _______________________________________

Mariatta Wijaya added the comment: Thanks for the report, Raphael. And thanks Jim, I made a PR just as you commented :) ---------- assignee: docs@python -> Mariatta nosy: +Mariatta stage: -> patch review versions: +Python 2.7, Python 3.5, Python 3.6 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29856> _______________________________________

Changes by Mariatta Wijaya <mariatta.wijaya@gmail.com>: ---------- pull_requests: +645 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29856> _______________________________________

Changes by Mariatta Wijaya <mariatta.wijaya@gmail.com>: ---------- pull_requests: +646 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29856> _______________________________________

Changes by Mariatta Wijaya <mariatta.wijaya@gmail.com>: ---------- pull_requests: +647 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29856> _______________________________________

Mariatta Wijaya added the comment: Typo fixed and backported into 2.7, 3.5 and 3.6. Thanks :) ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29856> _______________________________________

Mariatta Wijaya added the comment: New changeset 7cc071c96b95e7422f64cb436d547c952e0ca52f by Mariatta in branch '3.5': bpo-29856: Fix typo in curses documentation (GH-730) (GH-732) https://github.com/python/cpython/commit/7cc071c96b95e7422f64cb436d547c952e0... ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29856> _______________________________________

Mariatta Wijaya added the comment: New changeset 91f79db02acb9f82c738bb0b2f7bfc3260b90930 by Mariatta in branch '2.7': bpo-29856: Fix typo in curses documentation (GH-730) (GH-733) https://github.com/python/cpython/commit/91f79db02acb9f82c738bb0b2f7bfc3260b... ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29856> _______________________________________

Mariatta Wijaya added the comment: New changeset d1f566f6bddc67e9870eaa75ae477208b9a199be by Mariatta in branch '3.6': bpo-29856: Fix typo in curses documentation (GH-730) (GH-731) https://github.com/python/cpython/commit/d1f566f6bddc67e9870eaa75ae477208b9a... ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29856> _______________________________________

Mariatta Wijaya added the comment: New changeset 64508780d72769e4c7afc67a511c057261c578f6 by Mariatta in branch 'master': bpo-29856: Fix typo in curses documentation (GH-730) https://github.com/python/cpython/commit/64508780d72769e4c7afc67a511c057261c... ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29856> _______________________________________
participants (3)
-
Jim Fasarakis-Hilliard
-
Mariatta Wijaya
-
Raphael McSinyx