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 ec74b80 commit 19d637aCopy full SHA for 19d637a
Doc/library/threading.rst
@@ -377,8 +377,8 @@ since it is impossible to detect the termination of alien threads.
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
380
- was added. Pass a new :class:`~contextvars.Context()` if your thread
381
- requires an empty context.
+ was added. Pass a new :class:`~contextvars.Context()` if an empty context
+ is required.
382
383
.. method:: start()
384
0 commit comments