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 64508780d7)
This commit is contained in:
Mariatta 2017-03-19 20:58:34 -07:00 committed by GitHub
parent 08612ed6a9
commit 7cc071c96b

View file

@ -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 |
+-------------------+--------------------------------------------+