From: Elvis Pranskevichus Date: Wed, 30 May 2018 00:14:59 +0000 (-0400) Subject: Fix typo introduced in GH-7217 (#7230) X-Git-Tag: v3.8.0a1~1721 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dec947ca26bd598a26869226dcac592a7ccf0d56;p=thirdparty%2FPython%2Fcpython.git Fix typo introduced in GH-7217 (#7230) --- diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst index ba2cc12a8a75..2b480d4be3fb 100644 --- a/Doc/library/asyncio-task.rst +++ b/Doc/library/asyncio-task.rst @@ -769,7 +769,7 @@ Task functions +-----------------------------+----------------------------------------+ Unlike :func:`~asyncio.wait_for`, ``wait()`` will not cancel the futures - when a timeout accurs. + when a timeout occurs. This function is a :ref:`coroutine `.