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

Skip to content

Commit 070f050

Browse files
committed
Merged revisions 88281 via svnmerge from
svn+ssh://[email protected]/python/branches/py3k ........ r88281 | brian.curtin | 2011-01-31 13:35:02 -0600 (Mon, 31 Jan 2011) | 2 lines #11083 typo: RuntimeException -> RuntimeError ........
1 parent 8ce0fac commit 070f050

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

271-
This method will raise a :exc:`RuntimeException` if called more than once
271+
This method will raise a :exc:`RuntimeError` if called more than once
272272
on the same thread object.
273273

274274
.. method:: run()

0 commit comments

Comments
 (0)