Skip to content

Commit 67336ab

Browse files
[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 82191c6) Co-authored-by: My-ABC <569817555@qq.com>
1 parent 6d8ea31 commit 67336ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/threading.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ since it is impossible to detect the termination of alien threads.
512512
This constructor should always be called with keyword arguments. Arguments
513513
are:
514514

515-
*group* should be ``None``; reserved for future extension when a
515+
*group* must be ``None`` as it is reserved for future extension when a
516516
:class:`!ThreadGroup` class is implemented.
517517

518518
*target* is the callable object to be invoked by the :meth:`run` method.

0 commit comments

Comments
 (0)