8000
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 79d2e62 commit 989af25Copy full SHA for 989af25
Doc/library/asyncio-task.rst
@@ -618,7 +618,7 @@ Running in Threads
618
Asynchronously run function *func* in a separate thread.
619
620
Any \*args and \*\*kwargs supplied for this function are directly passed
621
- to *func*. Also, the current :class:`contextvars.Context` is propogated,
+ to *func*. Also, the current :class:`contextvars.Context` is propagated,
622
allowing context variables from the event loop thread to be accessed in the
623
separate thread.
624
0 commit comments