Skip to content

Commit 125f75c

Browse files
doc: Remove a duplicate 'versionchanged' in library/asyncio-task (gh-102677)
(cherry picked from commit 7bdb331) Co-authored-by: Joongi Kim <[email protected]>
1 parent 0275b12 commit 125f75c

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
@@ -654,9 +654,6 @@ Waiting Primitives
654654
Raises :exc:`asyncio.TimeoutError` if the timeout occurs before
655655
all Futures are done.
656656

657-
.. versionchanged:: 3.10
658-
Removed the *loop* parameter.
659-
660657
Example::
661658

662659
for coro in as_completed(aws):

0 commit comments

Comments
 (0)