diff options
author | Raymond Hettinger <python@rcn.com> | 2005-01-01 00:28:46 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2005-01-01 00:28:46 (GMT) |
commit | 68804315e0f2fe567e62c7023bc87ee358a480e7 (patch) | |
tree | b3bd8d536221d63b6a7033fa0fcb10071f564001 /Doc/lib/libcurses.tex | |
parent | f871d833dd2a99d93ebdc4aa4cc07bd4afe9be61 (diff) | |
download | cpython-68804315e0f2fe567e62c7023bc87ee358a480e7.zip cpython-68804315e0f2fe567e62c7023bc87ee358a480e7.tar.gz cpython-68804315e0f2fe567e62c7023bc87ee358a480e7.tar.bz2 |
SF Patch #1093896: miscellaneous doc typos
Diffstat (limited to 'Doc/lib/libcurses.tex')
-rw-r--r-- | Doc/lib/libcurses.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libcurses.tex b/Doc/lib/libcurses.tex index de80aba..ad75287 100644 --- a/Doc/lib/libcurses.tex +++ b/Doc/lib/libcurses.tex @@ -1173,7 +1173,7 @@ there are normally at least four function keys (\constant{KEY_F1}, \constant{KEY_F2}, \constant{KEY_F3}, \constant{KEY_F4}) available, and the arrow keys mapped to \constant{KEY_UP}, \constant{KEY_DOWN}, \constant{KEY_LEFT} and \constant{KEY_RIGHT} in the obvious way. If -your machine has a PC keybboard, it is safe to expect arrow keys and +your machine has a PC keyboard, it is safe to expect arrow keys and twelve function keys (older PC keyboards may have only ten function keys); also, the following keypad mappings are standard: |