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 1727e76 commit 21c2d79Copy full SHA for 21c2d79
1 file changed
Doc/library/threading.rst
@@ -578,7 +578,7 @@ since it is impossible to detect the termination of alien threads.
578
579
.. method:: run()
580
581
- Method representing the thread's activity.
+ Method representing the thread's activity. Use Thread.start() to start a thread's execution
582
583
You may override this method in a subclass. The standard :meth:`run`
584
method invokes the callable object passed to the object's constructor as
0 commit comments