Skip to content

Commit dec947c

Browse files
elprans1st1
authored andcommitted
Fix typo introduced in GH-7217 (#7230)
1 parent 6f75bae commit dec947c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/asyncio-task.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@ Task functions
769769
+-----------------------------+----------------------------------------+
770770

771771
Unlike :func:`~asyncio.wait_for`, ``wait()`` will not cancel the futures
772-
when a timeout accurs.
772+
when a timeout occurs.
773773

774774
This function is a :ref:`coroutine <coroutine>`.
775775

0 commit comments

Comments
 (0)