mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fix typo
This commit is contained in:
parent
fc9823b1a9
commit
62a7f63a24
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue