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
…hongh-102677)

(cherry picked from commit 7bdb331)

Co-authored-by: Joongi Kim <[email protected]>
  • Loading branch information
achimnol authored and miss-islington committed Mar 14, 2023
1 parent 43f8082 commit aa47fad
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 aa47fad

Please sign in to comment.