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 494f2e3 commit 1727e76Copy full SHA for 1727e76
1 file changed
Lib/threading.py
@@ -1147,7 +1147,7 @@ def start(self):
1147
self._started.wait() # Will set ident and native_id
1148
1149
def run(self):
1150
- """Method representing the thread's activity.
+ """Method representing the thread's activity. Use Thread.start() to start a thread's execution
1151
1152
You may override this method in a subclass. The standard run() method
1153
invokes the callable object passed to the object's constructor as the
0 commit comments