diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2005-06-01 23:22:11 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2005-06-01 23:22:11 (GMT) |
commit | 79cf9d8e7f92b47d8ba575c7d63084cae6e44e33 (patch) | |
tree | 301d4b6f76a52687575e23ba170dbfdb1087a452 /Doc/lib | |
parent | 1a5152d94b73bda7b0e888a8ef312960b1f1496b (diff) | |
download | cpython-79cf9d8e7f92b47d8ba575c7d63084cae6e44e33.zip cpython-79cf9d8e7f92b47d8ba575c7d63084cae6e44e33.tar.gz cpython-79cf9d8e7f92b47d8ba575c7d63084cae6e44e33.tar.bz2 |
[Bug #1123268] Fix typo
Diffstat (limited to 'Doc/lib')
-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 ad75287..d7fe79b 100644 --- a/Doc/lib/libcurses.tex +++ b/Doc/lib/libcurses.tex @@ -161,7 +161,7 @@ The \function{filter()} routine, if used, must be called before calls, LINES is set to 1; the capabilities clear, cup, cud, cud1, cuu1, cuu, vpa are disabled; and the home string is set to the value of cr. The effect is that the cursor is confined to the current line, and so -are screen updates. This may be used for enabling cgaracter-at-a-time +are screen updates. This may be used for enabling character-at-a-time line editing without touching the rest of the screen. \end{funcdesc} |