Skip to content

Commit 989af25

Browse files
authored
Typo (#23482)
1 parent 79d2e62 commit 989af25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/asyncio-task.rst

Lines changed: 1 addition & 1 deletion
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)