From 32d6c765e90f65f09635fb3d6486cb6e2316f6f9 Mon Sep 17 00:00:00 2001 From: Vaibhav Gupta Date: Wed, 26 Dec 2018 20:17:17 +0530 Subject: [PATCH] bpo-35579: Fix typo in in asyncio-task documentation (GH-11321) https://bugs.python.org/issue35579 https://bugs.python.org/issue35579 (cherry picked from commit 3a81076bbf899b1a549f005dd9299e7ae0946321) Co-authored-by: Vaibhav Gupta --- Doc/library/asyncio-task.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst index 376de8f4042fdb2..9e685b176486209 100644 --- a/Doc/library/asyncio-task.rst +++ b/Doc/library/asyncio-task.rst @@ -604,7 +604,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