Skip to content

Commit 0074e2c

Browse files
authored
pythongh-92417: asyncio docs: asyncio.run() is available on all supported Python versions
python#92417
1 parent 0924b95 commit 0074e2c

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)