Skip to content

Commit 21c2d79

Browse files
authored
Update threading.rst
1 parent 1727e76 commit 21c2d79

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
@@ -578,7 +578,7 @@ since it is impossible to detect the termination of alien threads.
578578

579579
.. method:: run()
580580

581-
Method representing the thread's activity.
581+
Method representing the thread's activity. Use Thread.start() to start a thread's execution
582582

583583
You may override this method in a subclass. The standard :meth:`run`
584584
method invokes the callable object passed to the object's constructor as

0 commit comments

Comments
 (0)