]> granicus.if.org Git - python/commitdiff
bpo-35579: Fix typo in in asyncio-task documentation (GH-11321)
authorVaibhav Gupta <vaibhgupt199@gmail.com>
Wed, 26 Dec 2018 14:47:17 +0000 (20:17 +0530)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 26 Dec 2018 14:47:16 +0000 (06:47 -0800)
https://bugs.python.org/issue35579

https://bugs.python.org/issue35579

Doc/library/asyncio-task.rst

index 5157f921473e8babd00a0b5dd2c363a4d74812fc..a1297f5fb7fc7fdefb8304f6c5b0d0260834660c 100644 (file)
@@ -610,7 +610,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