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 88d77ff commit ec74b80Copy full SHA for ec74b80
Doc/library/threading.rst
@@ -376,7 +376,7 @@ since it is impossible to detect the termination of alien threads.
376
377
.. versionchanged:: 3.14
378
Threads now inherit the context of the caller of :meth:`~Thread.start`
379
- instead of starting with an empty context. The ``context`` parameter
+ instead of starting with an empty context. The *context* parameter
380
was added. Pass a new :class:`~contextvars.Context()` if your thread
381
requires an empty context.
382
0 commit comments