diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2016-05-05 08:05:49 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2016-05-05 08:05:49 (GMT) |
commit | 1ca93b621c4fcaffbc88adbe524281b74035f037 (patch) | |
tree | b465041d3e95112b40f83c8e5e1e51355c02972a /Doc | |
parent | 073418af05eca9a1747b9a89814285907b92a671 (diff) | |
download | cpython-1ca93b621c4fcaffbc88adbe524281b74035f037.zip cpython-1ca93b621c4fcaffbc88adbe524281b74035f037.tar.gz cpython-1ca93b621c4fcaffbc88adbe524281b74035f037.tar.bz2 |
Issue #26962: Backport 23d986228c6b to 2.7
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/curses.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/curses.rst b/Doc/library/curses.rst index 642d25b..43941d9 100644 --- a/Doc/library/curses.rst +++ b/Doc/library/curses.rst @@ -1474,9 +1474,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 |