Skip to content

Commit

Permalink
Trivial typo in docstring (#27505)
Browse files Browse the repository at this point in the history
(cherry picked from commit 4b4227b)

Co-authored-by: Jesús Cea <jcea@jcea.es>

Co-authored-by: Jesús Cea <jcea@jcea.es>
  • Loading branch information
miss-islington and jcea committed Jul 31, 2021
1 parent 0f42b72 commit 2efa781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/asyncio/threads.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ async def to_thread(func, /, *args, **kwargs):
"""Asynchronously run function *func* in a separate thread.
Any *args and **kwargs supplied for this function are directly passed
to *func*. Also, the current :class:`contextvars.Context` is propogated,
to *func*. Also, the current :class:`contextvars.Context` is propagated,
allowing context variables from the main thread to be accessed in the
separate thread.
Expand Down

0 comments on commit 2efa781

Please sign in to comment.