]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
doc: Remove a duplicate 'versionchanged' in library/asyncio-task (gh-102677)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 14 Mar 2023 02:26:11 +0000 (19:26 -0700)
committerGitHub <noreply@github.com>
Tue, 14 Mar 2023 02:26:11 +0000 (19:26 -0700)
(cherry picked from commit 7bdb331b67c4aee513e01794ba7dd2c3be43d3ca)

Co-authored-by: Joongi Kim <me@daybreaker.info>
Doc/library/asyncio-task.rst

index ade5293e7f075ebf2f0a7ae8b71849f661101f19..c15d719ff3324c91344d0ccf7b3954df9feeafbe 100644 (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):