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