]> granicus.if.org Git - python/commitdiff
Fix a little mess (Likecode{...} -> Like \code{...}) in recently added text.
authorGuido van Rossum <guido@python.org>
Tue, 9 Dec 1997 19:47:24 +0000 (19:47 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 9 Dec 1997 19:47:24 +0000 (19:47 +0000)
Doc/lib/libsocket.tex
Doc/libsocket.tex

index 8f6df692e7c488b15bf2ba6e42953be13b034f3c..8dc7acf36e4d2d5bcdbc760bffae296b99620b9a 100644 (file)
@@ -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.
index 8f6df692e7c488b15bf2ba6e42953be13b034f3c..8dc7acf36e4d2d5bcdbc760bffae296b99620b9a 100644 (file)
@@ -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.