diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2002-06-07 12:36:44 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2002-06-07 12:36:44 (GMT) |
commit | 62a7f63a2467ed993d2de4ed3eae6e96d0e72e62 (patch) | |
tree | 643c24a51ba2afe0085915178abf640056b6997e /Doc/lib/libsocket.tex | |
parent | fc9823b1a9141c4c5edc93d89006051489ecddfe (diff) | |
download | cpython-62a7f63a2467ed993d2de4ed3eae6e96d0e72e62.zip cpython-62a7f63a2467ed993d2de4ed3eae6e96d0e72e62.tar.gz cpython-62a7f63a2467ed993d2de4ed3eae6e96d0e72e62.tar.bz2 |
Fix typo
Diffstat (limited to 'Doc/lib/libsocket.tex')
-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 1c1885b..3024fa3 100644 --- a/Doc/lib/libsocket.tex +++ b/Doc/lib/libsocket.tex @@ -518,7 +518,7 @@ block until they can proceed. \begin{methoddesc}[socket]{settimeout}{value} Set a timeout on blocking socket operations. Value can be a nonnegative float expressing seconds, or \code{None}. If a float is -give, subsequent socket operations will raise an \exception{error} +given, subsequent socket operations will raise an \exception{error} exception if the timeout period \var{value} has elapsed before the operation has completed. Setting a timeout of \code{None} disables timeouts on socket operations. |