Skip to content

Commit

Permalink
doc: Remove a duplicate 'versionchanged' in library/asyncio-task (pyt…
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol authored and Fidget-Spinner committed Mar 27, 2023
1 parent 91a5bd4 commit e65b6b8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Doc/library/asyncio-task.rst
Original file line number Diff line number Diff line change
Expand Up @@ -814,9 +814,6 @@ Waiting Primitives
Raises :exc:`TimeoutError` if the timeout occurs before
all Futures are done.

.. versionchanged:: 3.10
Removed the *loop* parameter.

Example::

for coro in as_completed(aws):
Expand Down

0 comments on commit e65b6b8

Please sign in to comment.