]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] gh-92417: `asyncio` docs: `asyncio.run()` is available on all supported Python...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 8 May 2022 15:30:52 +0000 (08:30 -0700)
committerGitHub <noreply@github.com>
Sun, 8 May 2022 15:30:52 +0000 (08:30 -0700)
(cherry picked from commit f4e317b304c7f86e48885b4b74c7a8826648922c)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Automerge-Triggered-By: GH:serhiy-storchaka
Doc/library/asyncio.rst

index 8f4d55a9de059ae760951c782dae2d8f5c4627ca..66c7c4c24a918391d1d258af5ea42bc96bcb52e0 100644 (file)
@@ -17,7 +17,6 @@
            await asyncio.sleep(1)
            print('... World!')
 
-       # Python 3.7+
        asyncio.run(main())
 
 asyncio is a library to write **concurrent** code using