Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 62a7f63

Browse files
committed
Fix typo
1 parent fc9823b commit 62a7f63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/lib/libsocket.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ \subsection{Socket Objects \label{socket-objects}}
518518
\begin{methoddesc}[socket]{settimeout}{value}
519519
Set a timeout on blocking socket operations. Value can be a
520520
nonnegative float expressing seconds, or \code{None}. If a float is
521-
give, subsequent socket operations will raise an \exception{error}
521+
given, subsequent socket operations will raise an \exception{error}
522522
exception if the timeout period \var{value} has elapsed before the
523523
operation has completed. Setting a timeout of \code{None} disables
524524
timeouts on socket operations.

0 commit comments

Comments
 (0)