update docsting
This commit is contained in:
parent
b5a1697bdd
commit
a7d1dd3514
|
@ -1108,8 +1108,8 @@ class Thread:
|
|||
"""Return whether the thread is alive.
|
||||
|
||||
This method returns True just before the run() method starts until just
|
||||
after the run() method terminates. The module function enumerate()
|
||||
returns a list that contains all alive threads.
|
||||
after the run() method terminates. See also the module function
|
||||
enumerate().
|
||||
|
||||
"""
|
||||
assert self._initialized, "Thread.__init__() not called"
|
||||
|
|
Loading…
Reference in New Issue