mirror of https://github.com/python/cpython
Issue #26679: Fix description of KEY_PPAGE and KEY_NPAGE constants
Patch by Robert Bachmann and SilentGhost.
This commit is contained in:
parent
b31daff1f7
commit
af8363926a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue