]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #26679: Fix description of KEY_PPAGE and KEY_NPAGE constants
authorBerker Peksag <berker.peksag@gmail.com>
Sat, 2 Apr 2016 01:48:27 +0000 (04:48 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Sat, 2 Apr 2016 01:48:27 +0000 (04:48 +0300)
Patch by Robert Bachmann and SilentGhost.

Doc/library/curses.rst

index e8dfd833e414acf141d3a37d025cfb5fa1c1032a..144f7f8c7fa4de9c824acb1c732674c430803e22 100644 (file)
@@ -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