From f11b7c1ecfd6ccb09464c53c026ad1376cdc37d1 Mon Sep 17 00:00:00 2001 From: Mariatta Wijaya Date: Sun, 19 Mar 2017 20:33:56 -0700 Subject: [PATCH] bpo-29856: Fix typo in curses documentation From Shifted Dxit -> Shifted Exit in Doc/library/curses.rst --- Doc/library/curses.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/curses.rst b/Doc/library/curses.rst index d746eafaea9b5c..d51085506c2a96 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 | +-------------------+--------------------------------------------+