diff options
author | Fred Drake <fdrake@acm.org> | 2001-07-06 06:49:32 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-07-06 06:49:32 (GMT) |
commit | 15e33d828c8b49fb491655f1a75937a110f4c05a (patch) | |
tree | 1e60121d1e22f6bbcfcd040d61d8e83e262fde26 /Doc/mac | |
parent | 1a7f16ccdfd250d57f36d0b46edff8f31dd244af (diff) | |
download | cpython-15e33d828c8b49fb491655f1a75937a110f4c05a.zip cpython-15e33d828c8b49fb491655f1a75937a110f4c05a.tar.gz cpython-15e33d828c8b49fb491655f1a75937a110f4c05a.tar.bz2 |
Fix up a few style nits -- avoid "e.g." and "i.e." -- these make
translation more difficult, as well as reading the English more
difficult for non-native speakers.
Diffstat (limited to 'Doc/mac')
-rw-r--r-- | Doc/mac/libctb.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/mac/libctb.tex b/Doc/mac/libctb.tex index 48b2984..2cb2b03 100644 --- a/Doc/mac/libctb.tex +++ b/Doc/mac/libctb.tex @@ -85,7 +85,7 @@ Accept (when \var{yesno} is non-zero) or reject an incoming call after \begin{methoddesc}[connection]{Close}{timeout, now} Close a connection. When \var{now} is zero, the close is orderly -(i.e.\ outstanding output is flushed, etc.)\ with a timeout of +(outstanding output is flushed, etc.)\ with a timeout of \var{timeout} seconds. When \var{now} is non-zero the close is immediate, discarding output. \end{methoddesc} |