mirror of https://github.com/python/cpython
bpo-29856: Fix typo in curses documentation (GH-730)
From Shifted Dxit -> Shifted Exit in Doc/library/curses.rst
This commit is contained in:
parent
24c738a9e9
commit
64508780d7
|
@ -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 |
|
||||
+-------------------+--------------------------------------------+
|
||||
|
|
Loading…
Reference in New Issue