mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix a little mess (Likecode{...} -> Like \code{...}) in recently added text.
This commit is contained in:
parent
8291bb3693
commit
eefcba61f4
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue