Skip to content

Commit b641605

Browse files
miss-islingtonjcea
andauthored
(cherry picked from commit 989af25) Co-authored-by: Jesús Cea <jcea@jcea.es> Co-authored-by: Jesús Cea <jcea@jcea.es>
1 parent 2019e4f commit b641605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/asyncio-task.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ Running in Threads
618618
Asynchronously run function *func* in a separate thread.
619619

620620
Any \*args and \*\*kwargs supplied for this function are directly passed
621-
to *func*. Also, the current :class:`contextvars.Context` is propogated,
621+
to *func*. Also, the current :class:`contextvars.Context` is propagated,
622622
allowing context variables from the event loop thread to be accessed in the
623623
separate thread.
624624

0 commit comments

Comments
 (0)