[3.15] gh-150232: update Thread group parameter doc (GH-150283) (#150297)

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:48 +02:00 committed by GitHub
parent 77cc4428a7
commit d9d8ee503a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -515,7 +515,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.