Skip to content

Commit c0efa5a

Browse files
My-ABCmiss-islington
authored andcommitted
gh-150232: update Thread group parameter doc (GH-150283)
(cherry picked from commit 82191c6) Co-authored-by: My-ABC <569817555@qq.com>
1 parent 77cc442 commit c0efa5a

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
@@ -515,7 +515,7 @@ since it is impossible to detect the termination of alien threads.
515515
This constructor should always be called with keyword arguments. Arguments
516516
are:
517517

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

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

0 commit comments

Comments
 (0)