doc: Remove a duplicate 'versionchanged' in library/asyncio-task (gh-102677)

(cherry picked from commit 7bdb331b67)

Co-authored-by: Joongi Kim <me@daybreaker.info>
This commit is contained in:
Miss Islington (bot) 2023-03-13 19:26:11 -07:00 committed by GitHub
parent 43f8082b1c
commit 0f46d42eb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -814,9 +814,6 @@ Waiting Primitives
Raises :exc:`TimeoutError` if the timeout occurs before Raises :exc:`TimeoutError` if the timeout occurs before
all Futures are done. all Futures are done.
.. versionchanged:: 3.10
Removed the *loop* parameter.
Example:: Example::
for coro in as_completed(aws): for coro in as_completed(aws):