mirror of
https://github.com/python/cpython.git
synced 2025-09-30 04:15:43 +00:00
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 64508780d7
)
This commit is contained in:
parent
3d258b1eb4
commit
d1f566f6bd
1 changed files with 1 additions and 1 deletions
|
@ -1443,7 +1443,7 @@ The exact keycaps available are system dependent.
|
||||||
+-------------------+--------------------------------------------+
|
+-------------------+--------------------------------------------+
|
||||||
| ``KEY_SEOL`` | Shifted Clear line |
|
| ``KEY_SEOL`` | Shifted Clear line |
|
||||||
+-------------------+--------------------------------------------+
|
+-------------------+--------------------------------------------+
|
||||||
| ``KEY_SEXIT`` | Shifted Dxit |
|
| ``KEY_SEXIT`` | Shifted Exit |
|
||||||
+-------------------+--------------------------------------------+
|
+-------------------+--------------------------------------------+
|
||||||
| ``KEY_SFIND`` | Shifted Find |
|
| ``KEY_SFIND`` | Shifted Find |
|
||||||
+-------------------+--------------------------------------------+
|
+-------------------+--------------------------------------------+
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue