[Python-checkins] Typo (#23482)

jcea webhook-mailer at python.org
Mon Nov 23 18:56:38 EST 2020


https://github.com/python/cpython/commit/989af256161ea3728e1f787329e07e70e0901bc8
commit: 989af256161ea3728e1f787329e07e70e0901bc8
branch: master
author: Jesús Cea <jcea at jcea.es>
committer: jcea <jcea at jcea.es>
date: 2020-11-24T00:56:30+01:00
summary:

Typo (#23482)

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