mirror of https://github.com/python/cpython
#11083 typo: RuntimeException -> RuntimeError
This commit is contained in:
parent
f0313560e0
commit
bd0c897332
|
@ -284,7 +284,7 @@ impossible to detect the termination of alien threads.
|
||||||
It must be called at most once per thread object. It arranges for the
|
It must be called at most once per thread object. It arranges for the
|
||||||
object's :meth:`run` method to be invoked in a separate thread of control.
|
object's :meth:`run` method to be invoked in a separate thread of control.
|
||||||
|
|
||||||
This method will raise a :exc:`RuntimeException` if called more than once
|
This method will raise a :exc:`RuntimeError` if called more than once
|
||||||
on the same thread object.
|
on the same thread object.
|
||||||
|
|
||||||
.. method:: run()
|
.. method:: run()
|
||||||
|
|
Loading…
Reference in New Issue