mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Fix typo spotted by Fredrik Lundh.
This commit is contained in:
parent
6c6d662760
commit
1a06fb0605
1 changed files with 1 additions and 1 deletions
|
|
@ -529,7 +529,7 @@ socket operations are disabled.
|
|||
\end{methoddesc}
|
||||
|
||||
Some notes on the interaction between socket blocking and timeouts:
|
||||
socket blocking mode takes precendence over timeouts. If a socket if
|
||||
socket blocking mode takes precedence over timeouts. If a socket if
|
||||
set to non-blocking mode, then timeouts set on sockets are not used.
|
||||
The timeout value associated with the socket can still be set using
|
||||
\method{settimeout()} and its value retrieved using
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue