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

Doc/library/curses.rst

index c70afe3c9c01039e6c6a951e909195527c1bce28..f3d542cbfb8f8e391120c699d89c596413d7dc0a 100644 (file)
@@ -1406,7 +1406,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                               |
 +-------------------+--------------------------------------------+