]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Typo (GH-23482) (#23483)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 24 Nov 2020 00:11:13 +0000 (16:11 -0800)
committerGitHub <noreply@github.com>
Tue, 24 Nov 2020 00:11:13 +0000 (01:11 +0100)
(cherry picked from commit 989af256161ea3728e1f787329e07e70e0901bc8)

Co-authored-by: Jesús Cea <jcea@jcea.es>
Co-authored-by: Jesús Cea <jcea@jcea.es>
Doc/library/asyncio-task.rst

index eb51c704cea394affaf335e176ead7f12d2b7e5d..c638f1263fdaa1ca5d5915bccaa83d62b6340577 100644 (file)
@@ -618,7 +618,7 @@ Running in Threads
    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 event loop thread to be accessed in the
    separate thread.