Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc9823b commit 62a7f63Copy full SHA for 62a7f63
1 file changed
Doc/lib/libsocket.tex
@@ -518,7 +518,7 @@ \subsection{Socket Objects \label{socket-objects}}
518
\begin{methoddesc}[socket]{settimeout}{value}
519
Set a timeout on blocking socket operations. Value can be a
520
nonnegative float expressing seconds, or \code{None}. If a float is
521
-give, subsequent socket operations will raise an \exception{error}
+given, subsequent socket operations will raise an \exception{error}
522
exception if the timeout period \var{value} has elapsed before the
523
operation has completed. Setting a timeout of \code{None} disables
524
timeouts on socket operations.
0 commit comments