commit | 45452b738b7f94221a94e903fb5975222fbb7a8f | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue Sep 18 00:00:58 2018 -0700 |
committer | GitHub <noreply@github.com> | Tue Sep 18 00:00:58 2018 -0700 |
tree | 7b9e4bcfafcc4fe96782c66785107e70caedd356 | |
parent | ee2ff1a335b0a59f445959178c5d2a9802c5b3e4 [diff] [blame] |
bpo-33649: Fix markup; add another note that asyncio.run is 3.7+ (GH-9389) (cherry picked from commit b042cf10c6084d14279c55a7e0d2d7595ff4e694) Co-authored-by: Yury Selivanov <yury@magic.io>
diff --git a/Doc/library/asyncio.rst b/Doc/library/asyncio.rst index bfc9700..1511b2f 100644 --- a/Doc/library/asyncio.rst +++ b/Doc/library/asyncio.rst
@@ -8,7 +8,7 @@ .. sidebar:: Hello World! - .. code-block:: python + :: import asyncio