diff options
author | Guido van Rossum <guido@python.org> | 1997-12-09 19:47:24 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-12-09 19:47:24 (GMT) |
commit | eefcba61f433a2cc7c993bcd3daecfd9bf9d081f (patch) | |
tree | acfe1f6a2dfd50e7c359f8fd36dee60b77d1debf /Doc | |
parent | 8291bb3693a269373c053c8e4db2c5972711fab9 (diff) | |
download | cpython-eefcba61f433a2cc7c993bcd3daecfd9bf9d081f.zip cpython-eefcba61f433a2cc7c993bcd3daecfd9bf9d081f.tar.gz cpython-eefcba61f433a2cc7c993bcd3daecfd9bf9d081f.tar.bz2 |
Fix a little mess (Likecode{...} -> Like \code{...}) in recently added text.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libsocket.tex | 2 | ||||
-rw-r--r-- | Doc/libsocket.tex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libsocket.tex b/Doc/lib/libsocket.tex index 8f6df69..8dc7acf 100644 --- a/Doc/lib/libsocket.tex +++ b/Doc/lib/libsocket.tex @@ -215,7 +215,7 @@ Connect to a remote socket at \var{address}. \end{funcdesc} \begin{funcdesc}{connect_ex}{address} -Likecode{connect(\var{address})}, but return an error indicator +Like \code{connect(\var{address})}, but return an error indicator instead of raising an exception. The error indicator is 0 if the operation succeeded, otherwise the value of the \code{errno} variable. This is useful e.g. for asynchronous connects. diff --git a/Doc/libsocket.tex b/Doc/libsocket.tex index 8f6df69..8dc7acf 100644 --- a/Doc/libsocket.tex +++ b/Doc/libsocket.tex @@ -215,7 +215,7 @@ Connect to a remote socket at \var{address}. \end{funcdesc} \begin{funcdesc}{connect_ex}{address} -Likecode{connect(\var{address})}, but return an error indicator +Like \code{connect(\var{address})}, but return an error indicator instead of raising an exception. The error indicator is 0 if the operation succeeded, otherwise the value of the \code{errno} variable. This is useful e.g. for asynchronous connects. |