mirror of
https://github.com/python/cpython.git
synced 2026-06-18 07:32:45 +00:00
[3.14] gh-150232: update Thread group parameter doc (GH-150283) (#150298)
gh-150232: update Thread group parameter doc (GH-150283)
(cherry picked from commit 82191c6d2c)
Co-authored-by: My-ABC <569817555@qq.com>
This commit is contained in:
parent
6d8ea31e11
commit
67336abc50
1 changed files with 1 additions and 1 deletions
|
|
@ -512,7 +512,7 @@ since it is impossible to detect the termination of alien threads.
|
|||
This constructor should always be called with keyword arguments. Arguments
|
||||
are:
|
||||
|
||||
*group* should be ``None``; reserved for future extension when a
|
||||
*group* must be ``None`` as it is reserved for future extension when a
|
||||
:class:`!ThreadGroup` class is implemented.
|
||||
|
||||
*target* is the callable object to be invoked by the :meth:`run` method.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue