From dec947ca26bd598a26869226dcac592a7ccf0d56 Mon Sep 17 00:00:00 2001 From: Elvis Pranskevichus Date: Tue, 29 May 2018 20:14:59 -0400 Subject: [PATCH] Fix typo introduced in GH-7217 (#7230) --- 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 ba2cc12a8a7..2b480d4be3f 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 `.