mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00
Typo (GH-23482) (#23483)
(cherry picked from commit 989af25616
)
Co-authored-by: Jesús Cea <jcea@jcea.es>
Co-authored-by: Jesús Cea <jcea@jcea.es>
This commit is contained in:
parent
2019e4ff98
commit
b6416052f7
1 changed files with 1 additions and 1 deletions
|
@ -618,7 +618,7 @@ Running in Threads
|
||||||
Asynchronously run function *func* in a separate thread.
|
Asynchronously run function *func* in a separate thread.
|
||||||
|
|
||||||
Any \*args and \*\*kwargs supplied for this function are directly passed
|
Any \*args and \*\*kwargs supplied for this function are directly passed
|
||||||
to *func*. Also, the current :class:`contextvars.Context` is propogated,
|
to *func*. Also, the current :class:`contextvars.Context` is propagated,
|
||||||
allowing context variables from the event loop thread to be accessed in the
|
allowing context variables from the event loop thread to be accessed in the
|
||||||
separate thread.
|
separate thread.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue