diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-03-14 02:26:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-14 02:26:24 (GMT) |
commit | 125f75cc133611e6e8ae6c6aeb4ded47a8cd5b1e (patch) | |
tree | 6d4a857dd92ef4070076c2decefe1af5e86754c2 | |
parent | 0275b12a0fdda3b39f4780727abfb93f59cfad7a (diff) | |
download | cpython-125f75cc133611e6e8ae6c6aeb4ded47a8cd5b1e.zip cpython-125f75cc133611e6e8ae6c6aeb4ded47a8cd5b1e.tar.gz cpython-125f75cc133611e6e8ae6c6aeb4ded47a8cd5b1e.tar.bz2 |
doc: Remove a duplicate 'versionchanged' in library/asyncio-task (gh-102677)
(cherry picked from commit 7bdb331b67c4aee513e01794ba7dd2c3be43d3ca)
Co-authored-by: Joongi Kim <me@daybreaker.info>
-rw-r--r-- | Doc/library/asyncio-task.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst index d7e13ea..1cfcb7f 100644 --- a/Doc/library/asyncio-task.rst +++ b/Doc/library/asyncio-task.rst @@ -654,9 +654,6 @@ Waiting Primitives Raises :exc:`asyncio.TimeoutError` if the timeout occurs before all Futures are done. - .. versionchanged:: 3.10 - Removed the *loop* parameter. - Example:: for coro in as_completed(aws): |