]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-35579: Fix typo in in asyncio-task documentation (GH-11321)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 26 Dec 2018 14:53:03 +0000 (06:53 -0800)
committerGitHub <noreply@github.com>
Wed, 26 Dec 2018 14:53:03 +0000 (06:53 -0800)
https://bugs.python.org/issue35579

https://bugs.python.org/issue35579
(cherry picked from commit 3a81076bbf899b1a549f005dd9299e7ae0946321)

Co-authored-by: Vaibhav Gupta <vaibhgupt199@gmail.com>
Doc/library/asyncio-task.rst

index 376de8f4042fdb22657f279b95f7f515fabeb3b9..9e685b176486209ed74fb397237cd99b084fa14b 100644 (file)
@@ -604,7 +604,7 @@ Scheduling From Other Threads
    See the :ref:`concurrency and multithreading <asyncio-multithreading>`
    section of the documentation.
 
-   Unlike other asyncio functions this functions requires the *loop*
+   Unlike other asyncio functions this function requires the *loop*
    argument to be passed explicitly.
 
    .. versionadded:: 3.5.1