mirror of https://github.com/python/cpython
Fix typo introduced in GH-7217 (#7230)
This commit is contained in:
parent
6f75bae748
commit
dec947ca26
|
@ -769,7 +769,7 @@ Task functions
|
||||||
+-----------------------------+----------------------------------------+
|
+-----------------------------+----------------------------------------+
|
||||||
|
|
||||||
Unlike :func:`~asyncio.wait_for`, ``wait()`` will not cancel the futures
|
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>`.
|
This function is a :ref:`coroutine <coroutine>`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue