Thanks to visit codestin.com Credit goes to github.com
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 a902239 commit 36d9e9aCopy full SHA for 36d9e9a
1 file changed
Lib/threading.py
@@ -1007,7 +1007,7 @@ def join(self, timeout=None):
1007
When the timeout argument is present and not None, it should be a
1008
floating point number specifying a timeout for the operation in seconds
1009
(or fractions thereof). As join() always returns None, you must call
1010
- isAlive() after join() to decide whether a timeout happened -- if the
+ is_alive() after join() to decide whether a timeout happened -- if the
1011
thread is still alive, the join() call timed out.
1012
1013
When the timeout argument is not present or None, the operation will
0 commit comments