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.
1 parent f031356 commit bd0c897Copy full SHA for bd0c897
1 file changed
Doc/library/threading.rst
@@ -284,7 +284,7 @@ impossible to detect the termination of alien threads.
284
It must be called at most once per thread object. It arranges for the
285
object's :meth:`run` method to be invoked in a separate thread of control.
286
287
- This method will raise a :exc:`RuntimeException` if called more than once
+ This method will raise a :exc:`RuntimeError` if called more than once
288
on the same thread object.
289
290
.. method:: run()
0 commit comments