From: Neal Norwitz Date: Fri, 7 Jun 2002 12:36:44 +0000 (+0000) Subject: Fix typo X-Git-Tag: v2.3c1~5424 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=62a7f63a2467ed993d2de4ed3eae6e96d0e72e62;p=python Fix typo --- diff --git a/Doc/lib/libsocket.tex b/Doc/lib/libsocket.tex index 1c1885b6d9..3024fa31ff 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.