[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:
Miss Islington (bot) 2026-05-23 10:34:30 +02:00 committed by GitHub
parent 6d8ea31e11
commit 67336abc50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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