Skip to content

Commit e363034

Browse files
[3.10] gh-92417: asyncio docs: asyncio.run() is available on all supported Python versions (GH-92419) (GH-92463)
(cherry picked from commit f4e317b) Co-authored-by: Alex Waygood <[email protected]> Automerge-Triggered-By: GH:serhiy-storchaka
1 parent 2164b5b commit e363034

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Doc/library/asyncio.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
await asyncio.sleep(1)
1818
print('... World!')
1919

20-
# Python 3.7+
2120
asyncio.run(main())
2221

2322
asyncio is a library to write **concurrent** code using

0 commit comments

Comments
 (0)