Skip to content

Commit 91f79db

Browse files
authored
bpo-29856: Fix typo in curses documentation (GH-730) (GH-733)
From Shifted Dxit -> Shifted Exit in Doc/library/curses.rst (cherry picked from commit 6450878)
1 parent fc714fd commit 91f79db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/curses.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1406,7 +1406,7 @@ The exact keycaps available are system dependent.
14061406
+-------------------+--------------------------------------------+
14071407
| ``KEY_SEOL`` | Shifted Clear line |
14081408
+-------------------+--------------------------------------------+
1409-
| ``KEY_SEXIT`` | Shifted Dxit |
1409+
| ``KEY_SEXIT`` | Shifted Exit |
14101410
+-------------------+--------------------------------------------+
14111411
| ``KEY_SFIND`` | Shifted Find |
14121412
+-------------------+--------------------------------------------+

0 commit comments

Comments
 (0)