Skip to content

Commit 7bdb331

Browse files
authored
doc: Remove a duplicate 'versionchanged' in library/asyncio-task (gh-102677)
1 parent cbd3fbf commit 7bdb331

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Doc/library/asyncio-task.rst

-3
Original file line numberDiff line numberDiff line change
@@ -814,9 +814,6 @@ Waiting Primitives
814814
Raises :exc:`TimeoutError` if the timeout occurs before
815815
all Futures are done.
816816

817-
.. versionchanged:: 3.10
818-
Removed the *loop* parameter.
819-
820817
Example::
821818

822819
for coro in as_completed(aws):

0 commit comments

Comments
 (0)