diff options
-rw-r--r-- | Doc/library/asyncio-task.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst index ba2cc12..2b480d4 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 <coroutine>`. |