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

Skip to content

Commit bd0c897

Browse files
committed
#11083 typo: RuntimeException -> RuntimeError
1 parent f031356 commit bd0c897

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
@@ -284,7 +284,7 @@ impossible to detect the termination of alien threads.
284284
It must be called at most once per thread object. It arranges for the
285285
object's :meth:`run` method to be invoked in a separate thread of control.
286286

287-
This method will raise a :exc:`RuntimeException` if called more than once
287+
This method will raise a :exc:`RuntimeError` if called more than once
288288
on the same thread object.
289289

290290
.. method:: run()

0 commit comments

Comments
 (0)