Skip to content

Commit

Permalink
gh-92417: asyncio docs: asyncio.run() is available on all support…
Browse files Browse the repository at this point in the history
…ed Python versions (GH-92419)

(cherry picked from commit f4e317b)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
  • Loading branch information
miss-islington and AlexWaygood committed May 9, 2022
1 parent 7ae6f1a commit ad82e12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Doc/library/asyncio.rst
Expand Up @@ -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
Expand Down

0 comments on commit ad82e12

Please sign in to comment.