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.
2 parents 42b0ff8 + b19ef18 commit 55f4d56Copy full SHA for 55f4d56
1 file changed
Doc/library/threading.rst
@@ -387,7 +387,7 @@ All methods are executed atomically.
387
388
When invoked with the floating-point *timeout* argument set to a positive
389
value, block for at most the number of seconds specified by *timeout*
390
- 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``
391
specifies an unbounded wait. It is forbidden to specify a *timeout*
392
when *blocking* is false.
393
0 commit comments