diff options
author | Fred Drake <fdrake@acm.org> | 2002-06-06 22:19:20 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-06-06 22:19:20 (GMT) |
commit | 1a06fb0605cc7c15454ad95c6179c636c4490b90 (patch) | |
tree | 3492f5761d9fb94a57f4754f0e6b18e1ed1229ef /Doc | |
parent | 6c6d6627608c1a49529df38db27d0258dd5f423a (diff) | |
download | cpython-1a06fb0605cc7c15454ad95c6179c636c4490b90.zip cpython-1a06fb0605cc7c15454ad95c6179c636c4490b90.tar.gz cpython-1a06fb0605cc7c15454ad95c6179c636c4490b90.tar.bz2 |
Fix typo spotted by Fredrik Lundh.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libsocket.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libsocket.tex b/Doc/lib/libsocket.tex index aace6fd..bb1fca7 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 |