]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo introduced in GH-7217 (#7230)
authorElvis Pranskevichus <elvis@magic.io>
Wed, 30 May 2018 00:14:59 +0000 (20:14 -0400)
committerYury Selivanov <yury@magic.io>
Wed, 30 May 2018 00:14:59 +0000 (20:14 -0400)
Doc/library/asyncio-task.rst

index ba2cc12a8a754b65f332f8d17493185aae39127b..2b480d4be3fb21fe6056afe524fc983a8a696cb8 100644 (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>`.