Skip to content

Commit ec74b80

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/threading.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ since it is impossible to detect the termination of alien threads.
376376

377377
.. versionchanged:: 3.14
378378
Threads now inherit the context of the caller of :meth:`~Thread.start`
379-
instead of starting with an empty context. The ``context`` parameter
379+
instead of starting with an empty context. The *context* parameter
380380
was added. Pass a new :class:`~contextvars.Context()` if your thread
381381
requires an empty context.
382382

0 commit comments

Comments
 (0)