Thanks to visit codestin.com Credit goes to github.com
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 b6bde9f commit 4b4227bCopy full SHA for 4b4227b
1 file changed
Lib/asyncio/threads.py
@@ -13,7 +13,7 @@ async def to_thread(func, /, *args, **kwargs):
13
"""Asynchronously run function *func* in a separate thread.
14
15
Any *args and **kwargs supplied for this function are directly passed
16
- to *func*. Also, the current :class:`contextvars.Context` is propogated,
+ to *func*. Also, the current :class:`contextvars.Context` is propagated,
17
allowing context variables from the main thread to be accessed in the
18
separate thread.
19
0 commit comments