From: Vaibhav Gupta Date: Wed, 26 Dec 2018 14:47:17 +0000 (+0530) Subject: bpo-35579: Fix typo in in asyncio-task documentation (GH-11321) X-Git-Tag: v3.8.0a1~194 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3a81076bbf899b1a549f005dd9299e7ae0946321;p=thirdparty%2FPython%2Fcpython.git bpo-35579: Fix typo in in asyncio-task documentation (GH-11321) https://bugs.python.org/issue35579 https://bugs.python.org/issue35579 --- diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst index 5157f921473e..a1297f5fb7fc 100644 --- a/Doc/library/asyncio-task.rst +++ b/Doc/library/asyncio-task.rst @@ -610,7 +610,7 @@ Scheduling From Other Threads See the :ref:`concurrency and 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