update docsting

This commit is contained in:
iritkatriel 2020-12-25 17:03:21 +00:00
parent b5a1697bdd
commit a7d1dd3514
1 changed files with 2 additions and 2 deletions

View File

@ -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"