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

This commit is contained in:
Joongi Kim 2023-03-14 11:07:59 +09:00 committed by GitHub
parent cbd3fbfb6e
commit 7bdb331b67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -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):