[Python-checkins] bpo-35579: Fix typo in in asyncio-task documentation (GH-11321)

Miss Islington (bot) webhook-mailer at python.org
Wed Dec 26 09:53:06 EST 2018


https://github.com/python/cpython/commit/dcf14d1a9875143747cd87c66fae6e693b21c6de
commit: dcf14d1a9875143747cd87c66fae6e693b21c6de
branch: 3.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2018-12-26T06:53:03-08:00
summary:

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 <vaibhgupt199 at gmail.com>

files:
M Doc/library/asyncio-task.rst

diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst
index 376de8f4042f..9e685b176486 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 <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



More information about the Python-checkins mailing list