From: Mariatta Date: Mon, 20 Mar 2017 03:48:04 +0000 (-0700) Subject: bpo-29856: Fix typo in curses documentation (GH-730) X-Git-Tag: v3.7.0a1~1101 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=64508780d72769e4c7afc67a511c057261c578f6;p=thirdparty%2FPython%2Fcpython.git bpo-29856: Fix typo in curses documentation (GH-730) From Shifted Dxit -> Shifted Exit in Doc/library/curses.rst --- diff --git a/Doc/library/curses.rst b/Doc/library/curses.rst index d746eafaea9b..d51085506c2a 100644 --- a/Doc/library/curses.rst +++ b/Doc/library/curses.rst @@ -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 | +-------------------+--------------------------------------------+