From: Berker Peksag Date: Sat, 2 Apr 2016 01:48:27 +0000 (+0300) Subject: Issue #26679: Fix description of KEY_PPAGE and KEY_NPAGE constants X-Git-Tag: v3.6.0a1~278^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=af8363926aa1cb96483a1777d478491e7415faff;p=thirdparty%2FPython%2Fcpython.git Issue #26679: Fix description of KEY_PPAGE and KEY_NPAGE constants Patch by Robert Bachmann and SilentGhost. --- diff --git a/Doc/library/curses.rst b/Doc/library/curses.rst index e8dfd833e414..144f7f8c7fa4 100644 --- a/Doc/library/curses.rst +++ b/Doc/library/curses.rst @@ -1508,9 +1508,9 @@ keys); also, the following keypad mappings are standard: +------------------+-----------+ | :kbd:`End` | KEY_END | +------------------+-----------+ -| :kbd:`Page Up` | KEY_NPAGE | +| :kbd:`Page Up` | KEY_PPAGE | +------------------+-----------+ -| :kbd:`Page Down` | KEY_PPAGE | +| :kbd:`Page Down` | KEY_NPAGE | +------------------+-----------+ The following table lists characters from the alternate character set. These are