diff options
| author | Fred Drake <fdrake@acm.org> | 2002-06-06 22:19:20 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 2002-06-06 22:19:20 +0000 |
| commit | 1a06fb0605cc7c15454ad95c6179c636c4490b90 (patch) | |
| tree | 3492f5761d9fb94a57f4754f0e6b18e1ed1229ef | |
| parent | 6c6d6627608c1a49529df38db27d0258dd5f423a (diff) | |
| download | cpython-git-1a06fb0605cc7c15454ad95c6179c636c4490b90.tar.gz | |
Fix typo spotted by Fredrik Lundh.
| -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 aace6fdf8c..bb1fca7cdb 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 |
