]> granicus.if.org Git - python/commitdiff
Fix typo
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 7 Jun 2002 12:36:44 +0000 (12:36 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 7 Jun 2002 12:36:44 +0000 (12:36 +0000)
Doc/lib/libsocket.tex

index 1c1885b6d93904508731fc0aad6e6f67a13aa7f8..3024fa31ff5237e020b56b817c330bac33613fb3 100644 (file)
@@ -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.