diff options
author | Guido van Rossum <guido@python.org> | 1995-03-17 16:07:09 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-03-17 16:07:09 (GMT) |
commit | 470be14c8aa23a35a1f4d1f1260a66a85d3f3cd9 (patch) | |
tree | 4fd0b8eda81e63366598e55362ceac85adafccb4 /Doc/libctb.tex | |
parent | 7760cdea81166b7741561043c58dae171811fb2f (diff) | |
download | cpython-470be14c8aa23a35a1f4d1f1260a66a85d3f3cd9.zip cpython-470be14c8aa23a35a1f4d1f1260a66a85d3f3cd9.tar.gz cpython-470be14c8aa23a35a1f4d1f1260a66a85d3f3cd9.tar.bz2 |
mass changes; fix titles; add examples; correct typos; clarifications;
unified style; etc.
Diffstat (limited to 'Doc/libctb.tex')
-rw-r--r-- | Doc/libctb.tex | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/libctb.tex b/Doc/libctb.tex index 3928498..1cda336 100644 --- a/Doc/libctb.tex +++ b/Doc/libctb.tex @@ -1,4 +1,4 @@ -\section{Built-in module \sectcode{ctb}} +\section{Built-in Module \sectcode{ctb}} \bimodindex{ctb} \renewcommand{\indexsubitem}{(in module ctb)} @@ -44,7 +44,7 @@ Alternatively, passing \code{None} will result in default buffer sizes. For all connection methods that take a \var{timeout} argument, a value of \code{-1} is indefinite, meaning that the command runs to completion. -\renewcommand{\indexsubitem}{(connection object method)} +\renewcommand{\indexsubitem}{(connection object attribute)} \begin{datadesc}{callback} If this member is set to a value other than \code{None} it should point @@ -59,6 +59,8 @@ calls for the time being. \end{datadesc} +\renewcommand{\indexsubitem}{(connection object method)} + \begin{funcdesc}{Open}{timeout} Open an outgoing connection, waiting at most \var{timeout} seconds for the connection to be established. |