mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
SF #757229, fix libsocket.tex typo
This commit is contained in:
parent
b9572c3456
commit
3a03de4a27
1 changed files with 1 additions and 1 deletions
|
|
@ -583,7 +583,7 @@ given, subsequent socket operations will raise an \exception{error}
|
|||
exception if the timeout period \var{value} has elapsed before the
|
||||
operation has completed. Setting a timeout of \code{None} disables
|
||||
timeouts on socket operations.
|
||||
\code{s.settimeout(0.0)} is equivalent to \code{s.blocking(0)};
|
||||
\code{s.settimeout(0.0)} is equivalent to \code{s.setblocking(0)};
|
||||
\code{s.settimeout(None)} is equivalent to \code{s.setblocking(1)}.
|
||||
\versionadded{2.3}
|
||||
\end{methoddesc}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue