diff options
author | Raymond Hettinger <python@rcn.com> | 2003-12-07 13:00:25 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-12-07 13:00:25 (GMT) |
commit | ff294fea40daa2987aa9913f4724b97c0ec2c375 (patch) | |
tree | 7acd917c123d7132d23a183461a278af10b35833 /Doc/lib/libcurses.tex | |
parent | e180307c10ff9ddc3da73798e1130b1ac68c8fdf (diff) | |
download | cpython-ff294fea40daa2987aa9913f4724b97c0ec2c375.zip cpython-ff294fea40daa2987aa9913f4724b97c0ec2c375.tar.gz cpython-ff294fea40daa2987aa9913f4724b97c0ec2c375.tar.bz2 |
SF patch #855195: fix typos
(Contributed by George Yoshida.)
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 1746db6..4bfec51 100644 --- a/Doc/lib/libcurses.tex +++ b/Doc/lib/libcurses.tex @@ -362,7 +362,7 @@ Leave cbreak mode. Return to normal ``cooked'' mode with line buffering. \end{funcdesc} \begin{funcdesc}{noecho}{} -Leave echo mode. Echoing of input characters is turned off, +Leave echo mode. Echoing of input characters is turned off. \end{funcdesc} \begin{funcdesc}{nonl}{} |