summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorMariatta <Mariatta@users.noreply.github.com>2017-03-20 03:58:34 (GMT)
committerGitHub <noreply@github.com>2017-03-20 03:58:34 (GMT)
commit7cc071c96b95e7422f64cb436d547c952e0ca52f (patch)
tree257c87a6a466fc27ff55a7686a387c9654f9fa9e /Doc/library
parent08612ed6a91003cdba7617dee7787c26495c50d9 (diff)
downloadcpython-7cc071c96b95e7422f64cb436d547c952e0ca52f.zip
cpython-7cc071c96b95e7422f64cb436d547c952e0ca52f.tar.gz
cpython-7cc071c96b95e7422f64cb436d547c952e0ca52f.tar.bz2
bpo-29856: Fix typo in curses documentation (GH-730) (GH-732)
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.rst2
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 |
+-------------------+--------------------------------------------+