]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-150232: update Thread group parameter doc (GH-150283) (#150298)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 23 May 2026 08:34:30 +0000 (10:34 +0200)
committerGitHub <noreply@github.com>
Sat, 23 May 2026 08:34:30 +0000 (14:04 +0530)
gh-150232: update Thread group parameter doc (GH-150283)
(cherry picked from commit 82191c6d2cdacad6751262a40a44d2cd6d390977)

Co-authored-by: My-ABC <569817555@qq.com>
Doc/library/threading.rst

index cabb41442f8419648807bd79d35126045f92903b..69539fa1fd4bb5715fdac4d8ac173f33f28aae50 100644 (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.