Commit f3be68e0 authored by Sandro Tosi's avatar Sandro Tosi

Issue #14502: it's RuntimeError on 3.3

parent 3861a322
......@@ -452,7 +452,7 @@ All methods are executed atomically.
are blocked waiting for the lock to become unlocked, allow exactly one of them
to proceed.
When invoked on an unlocked lock, a :exc:`ThreadError` is raised.
When invoked on an unlocked lock, a :exc:`RuntimeError` is raised.
There is no return value.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment