From: Jesús Cea Date: Mon, 23 Nov 2020 23:56:30 +0000 (+0100) Subject: Typo (#23482) X-Git-Tag: v3.10.0a3~101 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=989af256161ea3728e1f787329e07e70e0901bc8;p=thirdparty%2FPython%2Fcpython.git Typo (#23482) --- diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst index eb51c704cea3..c638f1263fda 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.