Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e0029ba

Browse files
committed
merge 3.2
2 parents e3c3f24 + fee3fc7 commit e0029ba

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
@@ -452,7 +452,7 @@ All methods are executed atomically.
452452
are blocked waiting for the lock to become unlocked, allow exactly one of them
453453
to proceed.
454454

455-
When invoked on an unlocked lock, a :exc:`RuntimeError` is raised.
455+
When invoked on an unlocked lock, a :exc:`ThreadError` is raised.
456456

457457
There is no return value.
458458

0 commit comments

Comments
 (0)