Skip to content

Commit 7cc071c

Browse files
authored
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 6450878)
1 parent 08612ed commit 7cc071c

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
@@ -1443,7 +1443,7 @@ The exact keycaps available are system dependent.
14431443
+-------------------+--------------------------------------------+
14441444
| ``KEY_SEOL`` | Shifted Clear line |
14451445
+-------------------+--------------------------------------------+
1446-
| ``KEY_SEXIT`` | Shifted Dxit |
1446+
| ``KEY_SEXIT`` | Shifted Exit |
14471447
+-------------------+--------------------------------------------+
14481448
| ``KEY_SFIND`` | Shifted Find |
14491449
+-------------------+--------------------------------------------+

0 commit comments

Comments
 (0)