Skip to content

Commit 12073fc

Browse files
miss-islingtonjcea
andauthored
Trivial typo in docstring (#27504)
(cherry picked from commit 4b4227b) Co-authored-by: Jesús Cea <[email protected]> Co-authored-by: Jesús Cea <[email protected]>
1 parent f468ede commit 12073fc

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)