diff options
author | Fred Drake <fdrake@acm.org> | 1996-12-13 22:04:31 +0000 |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1996-12-13 22:04:31 +0000 |
commit | 4b3f0312c9358a3a05b75aaab72aeee1ac869101 (patch) | |
tree | 6720366f64c003a46b4c0a053c1ccfebcebd00ad /Doc/libtermios.tex | |
parent | 6dc2aae3cd85f9a11f823df9742e6283b1f406f6 (diff) | |
download | cpython-git-4b3f0312c9358a3a05b75aaab72aeee1ac869101.tar.gz |
(lib<all sorts of stuff>.tex):
Merged in many typo corrections and fixes to support GNU info
processing; submitted by Tamito Kajiyama.
Diffstat (limited to 'Doc/libtermios.tex')
-rw-r--r-- | Doc/libtermios.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/libtermios.tex b/Doc/libtermios.tex index e55aab4119..3d007c3e1d 100644 --- a/Doc/libtermios.tex +++ b/Doc/libtermios.tex @@ -73,7 +73,7 @@ suspend input, or \code{TERMIOS.TCION} to restart input. Here's a function that prompts for a password with echoing turned off. Note the technique using a separate \code{termios.tcgetattr()} call -and a \code{try {\ldots} finally} statement to ensure that the old tty +and a \code{try \ldots{} finally} statement to ensure that the old tty attributes are restored exactly no matter what happens: \begin{verbatim} |