diff options
author | Mariatta <Mariatta@users.noreply.github.com> | 2017-03-20 03:48:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-20 03:48:04 (GMT) |
commit | 64508780d72769e4c7afc67a511c057261c578f6 (patch) | |
tree | f3a86e149c932c0a45ecd927f4ccd926ecbe1901 /Doc | |
parent | 24c738a9e91b8f46da6166663d8ce7ec18cec784 (diff) | |
download | cpython-64508780d72769e4c7afc67a511c057261c578f6.zip cpython-64508780d72769e4c7afc67a511c057261c578f6.tar.gz cpython-64508780d72769e4c7afc67a511c057261c578f6.tar.bz2 |
bpo-29856: Fix typo in curses documentation (GH-730)
From Shifted Dxit -> Shifted Exit in Doc/library/curses.rst
Diffstat (limited to 'Doc')
-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 | +-------------------+--------------------------------------------+ |