8000 gh-92417: `asyncio` docs: `asyncio.run()` is available on all support… · miss-islington/cpython@5573ddf · GitHub
[go: up one dir, main page]

Skip to content

Commit 5573ddf

Browse files
AlexWaygoodmiss-islington
authored andcommitted
pythongh-92417: asyncio docs: asyncio.run() is available on all supported Python versions (pythonGH-92419)
(cherry picked from commit f4e317b) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
1 parent 4674b31 commit 5573ddf

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)
0