]> granicus.if.org Git - python/commitdiff
bpo-29856: Fix typo in curses documentation (GH-730)
authorMariatta <Mariatta@users.noreply.github.com>
Mon, 20 Mar 2017 03:48:04 +0000 (20:48 -0700)
committerGitHub <noreply@github.com>
Mon, 20 Mar 2017 03:48:04 +0000 (20:48 -0700)
From Shifted Dxit -> Shifted Exit in Doc/library/curses.rst

Doc/library/curses.rst

index d746eafaea9b5cac505b95a5d3e6ed48dd0e8495..d51085506c2a96e755b934da4f6d728f3691dbd3 100644 (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                               |
 +-------------------+--------------------------------------------+