diff options
author | Mariatta <Mariatta@users.noreply.github.com> | 2017-03-20 03:55:16 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-20 03:55:16 (GMT) |
commit | d1f566f6bddc67e9870eaa75ae477208b9a199be (patch) | |
tree | 21df9cddb9abeabd513b96e4051380bfdf3ca93f /Doc/library | |
parent | 3d258b1eb453bcbc412d6b252f5bdceae0303f07 (diff) | |
download | cpython-d1f566f6bddc67e9870eaa75ae477208b9a199be.zip cpython-d1f566f6bddc67e9870eaa75ae477208b9a199be.tar.gz cpython-d1f566f6bddc67e9870eaa75ae477208b9a199be.tar.bz2 |
bpo-29856: Fix typo in curses documentation (GH-730) (GH-731)
From Shifted Dxit -> Shifted Exit in Doc/library/curses.rst
(cherry picked from commit 64508780d72769e4c7afc67a511c057261c578f6)
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/curses.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/curses.rst b/Doc/library/curses.rst index d746eaf..d510855 100644 --- a/Doc/library/curses.rst +++ b/Doc/library/curses.rst @@ -1443,7 +1443,7 @@ The exact keycaps available are system dependent. +-------------------+--------------------------------------------+ | ``KEY_SEOL`` | Shifted Clear line | +-------------------+--------------------------------------------+ -| ``KEY_SEXIT`` | Shifted Dxit | +| ``KEY_SEXIT`` | Shifted Exit | +-------------------+--------------------------------------------+ | ``KEY_SFIND`` | Shifted Find | +-------------------+--------------------------------------------+ |