Skip to content

Commit 19d637a

Browse files
Update Doc/library/threading.rst
Co-authored-by: Kumar Aditya <[email protected]>
1 parent ec74b80 commit 19d637a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/threading.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,8 +377,8 @@ since it is impossible to detect the termination of alien threads.
377377
.. versionchanged:: 3.14
378378
Threads now inherit the context of the caller of :meth:`~Thread.start`
379379
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.
380+
was added. Pass a new :class:`~contextvars.Context()` if an empty context
381+
is required.
382382

383383
.. method:: start()
384384

0 commit comments

Comments
 (0)