We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2019e4f commit b641605Copy full SHA for b641605
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