We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5607950 commit 1ea8974Copy full SHA for 1ea8974
1 file changed
Doc/library/threading.rst
@@ -512,7 +512,7 @@ since it is impossible to detect the termination of alien threads.
512
This constructor should always be called with keyword arguments. Arguments
513
are:
514
515
- *group* should be ``None``; reserved for future extension when a
+ *group* **must** be ``None``; reserved for future extension when a
516
:class:`!ThreadGroup` class is implemented.
517
518
*target* is the callable object to be invoked by the :meth:`run` method.
0 commit comments