mirror of
https://github.com/python/cpython.git
synced 2025-10-29 09:29:26 +00:00
doc: Remove a duplicate 'versionchanged' in library/asyncio-task (gh-102677)
This commit is contained in:
parent
cbd3fbfb6e
commit
7bdb331b67
1 changed files with 0 additions and 3 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue