Skip to content

Commit f4e317b

Browse files
authored
gh-92417: asyncio docs: asyncio.run() is available on all supported Python versions (GH-92419)
1 parent e5b4bd4 commit f4e317b

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)