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 242e6a0 commit b19ef18Copy full SHA for b19ef18
1 file changed
Doc/library/threading.rst
@@ -378,7 +378,7 @@ All methods are executed atomically.
378
379
When invoked with the floating-point *timeout* argument set to a positive
380
value, block for at most the number of seconds specified by *timeout*
381
- and as long as the lock cannot be acquired. A negative *timeout* argument
+ and as long as the lock cannot be acquired. A *timeout* argument of ``-1``
382
specifies an unbounded wait. It is forbidden to specify a *timeout*
383
when *blocking* is false.
384
0 commit comments