[Python-checkins] Typo (GH-23482) (#23483)

jcea webhook-mailer at python.org
Mon Nov 23 19:11:21 EST 2020


https://github.com/python/cpython/commit/b6416052f7cc79e45d5cbcaca08e12e4bb0895fc
commit: b6416052f7cc79e45d5cbcaca08e12e4bb0895fc
branch: 3.9
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: jcea <jcea at jcea.es>
date: 2020-11-24T01:11:13+01:00
summary:

Typo (GH-23482) (#23483)

(cherry picked from commit 989af256161ea3728e1f787329e07e70e0901bc8)

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

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

files:
M Doc/library/asyncio-task.rst

diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst
index eb51c704cea39..c638f1263fdaa 100644
--- a/Doc/library/asyncio-task.rst
+++ b/Doc/library/asyncio-task.rst
@@ -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.
 



More information about the Python-checkins mailing list