Fix typo introduced in GH-7217 (#7230)

This commit is contained in:
Elvis Pranskevichus 2018-05-29 20:14:59 -04:00 committed by Yury Selivanov
parent 6f75bae748
commit dec947ca26
1 changed files with 1 additions and 1 deletions

View File

@ -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>`.