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.
2 parents e3c3f24 + fee3fc7 commit e0029baCopy full SHA for e0029ba
1 file changed
Doc/library/threading.rst
@@ -452,7 +452,7 @@ All methods are executed atomically.
452
are blocked waiting for the lock to become unlocked, allow exactly one of them
453
to proceed.
454
455
- When invoked on an unlocked lock, a :exc:`RuntimeError` is raised.
+ When invoked on an unlocked lock, a :exc:`ThreadError` is raised.
456
457
There is no return value.
458
0 commit comments