From: Fred Drake Date: Thu, 6 Jun 2002 22:19:20 +0000 (+0000) Subject: Fix typo spotted by Fredrik Lundh. X-Git-Tag: v2.3c1~5434 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1a06fb0605cc7c15454ad95c6179c636c4490b90;p=thirdparty%2FPython%2Fcpython.git Fix typo spotted by Fredrik Lundh. --- diff --git a/Doc/lib/libsocket.tex b/Doc/lib/libsocket.tex index aace6fdf8cb8..bb1fca7cdb12 100644 --- a/Doc/lib/libsocket.tex +++ b/Doc/lib/libsocket.tex @@ -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