]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo spotted by Fredrik Lundh.
authorFred Drake <fdrake@acm.org>
Thu, 6 Jun 2002 22:19:20 +0000 (22:19 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 6 Jun 2002 22:19:20 +0000 (22:19 +0000)
Doc/lib/libsocket.tex

index aace6fdf8cb82066e14820f983fd234c247baabd..bb1fca7cdb123e54402e81ba71ccf2013a686127 100644 (file)
@@ -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