Skip to content

Commit 55f4d56

Browse files
committed
merge with 3.3
2 parents 42b0ff8 + b19ef18 commit 55f4d56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/threading.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ All methods are executed atomically.
387387

388388
When invoked with the floating-point *timeout* argument set to a positive
389389
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
390+
and as long as the lock cannot be acquired. A *timeout* argument of ``-1``
391391
specifies an unbounded wait. It is forbidden to specify a *timeout*
392392
when *blocking* is false.
393393

0 commit comments

Comments
 (0)