mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
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.
This commit is contained in:
parent
1a7f16ccdf
commit
15e33d828c
2 changed files with 23 additions and 23 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue