Skip to content
Snippets Groups Projects
Unverified Commit f4e317b3 authored by Alex Waygood's avatar Alex Waygood Committed by GitHub
Browse files

gh-92417: `asyncio` docs: `asyncio.run()` is available on all supported Python versions (GH-92419)

parent e5b4bd4d
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment