Skip to content

Commit 4b4227b

Browse files
authored
Trivial typo in docstring
1 parent b6bde9f commit 4b4227b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/asyncio/threads.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ async def to_thread(func, /, *args, **kwargs):
1313
"""Asynchronously run function *func* in a separate thread.
1414
1515
Any *args and **kwargs supplied for this function are directly passed
16-
to *func*. Also, the current :class:`contextvars.Context` is propogated,
16+
to *func*. Also, the current :class:`contextvars.Context` is propagated,
1717
allowing context variables from the main thread to be accessed in the
1818
separate thread.
1919

0 commit comments

Comments
 (0)