]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-150232: update Thread group parameter doc (#150283)
authorMy-ABC <569817555@qq.com>
Sat, 23 May 2026 08:22:44 +0000 (16:22 +0800)
committerGitHub <noreply@github.com>
Sat, 23 May 2026 08:22:44 +0000 (13:52 +0530)
Doc/library/threading.rst

index eca3e76d84a1cfd89166de1c36705d453acbb56d..5d9a7b6314b16685d582e4ae4b57351e42f09e17 100644 (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.