mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
gh-104882: Docs: fix description of relationship between socket.getblocking()
and socket.gettimeout()
(#105026)
This commit is contained in:
parent
9a90c9ace2
commit
5a5ed7a3e6
1 changed files with 1 additions and 1 deletions
|
@ -1527,7 +1527,7 @@ to sockets.
|
|||
Return ``True`` if socket is in blocking mode, ``False`` if in
|
||||
non-blocking.
|
||||
|
||||
This is equivalent to checking ``socket.gettimeout() == 0``.
|
||||
This is equivalent to checking ``socket.gettimeout() != 0``.
|
||||
|
||||
.. versionadded:: 3.7
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue