[issue26679] curses: Descripton of KEY_NPAGE and KEY_PPAGE inverted

Robert Bachmann report at bugs.python.org
Thu Mar 31 15:33:42 EDT 2016


New submission from Robert Bachmann:

The table on <https://docs.python.org/3/library/curses.html>
lists:
__________________________
Page Up 	KEY_NPAGE
Page Down 	KEY_PPAGE
__________________________

it should be vice versa.

----------
assignee: docs at python
components: Documentation
files: curses.patch
keywords: patch
messages: 262701
nosy: Robert Bachmann, docs at python
priority: normal
severity: normal
status: open
title: curses: Descripton of KEY_NPAGE and KEY_PPAGE inverted
type: enhancement
versions: Python 2.7, Python 3.5, Python 3.6
Added file: http://bugs.python.org/file42334/curses.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26679>
_______________________________________


More information about the Python-bugs-list mailing list