Skip to content

Commit 1ea8974

Browse files
committed
gh-150232: Change Thread group parameter doc from 'should be' to 'must be'
1 parent 5607950 commit 1ea8974

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``; 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)