Fix typo spotted by Fredrik Lundh.

This commit is contained in:
Fred Drake 2002-06-06 22:19:20 +00:00
parent 6c6d662760
commit 1a06fb0605
1 changed files with 1 additions and 1 deletions

View File

@ -529,7 +529,7 @@ socket operations are disabled.
\end{methoddesc} \end{methoddesc}
Some notes on the interaction between socket blocking and timeouts: 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. 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 The timeout value associated with the socket can still be set using
\method{settimeout()} and its value retrieved using \method{settimeout()} and its value retrieved using