diff options
author | lf <lf-@users.noreply.github.com> | 2017-07-25 23:03:51 (GMT) |
---|---|---|
committer | Mariatta <Mariatta@users.noreply.github.com> | 2017-07-25 23:03:51 (GMT) |
commit | 627d2c8e8dc9cfe6c1cdfd9b34899eb30b600a88 (patch) | |
tree | cea63bccf0ec91a71212a0dea9891b8c1405633e /Doc/library/asyncio-eventloop.rst | |
parent | cc5a65cd9025280ea67ef4bbc2a8bfe31ced6c30 (diff) | |
download | cpython-627d2c8e8dc9cfe6c1cdfd9b34899eb30b600a88.zip cpython-627d2c8e8dc9cfe6c1cdfd9b34899eb30b600a88.tar.gz cpython-627d2c8e8dc9cfe6c1cdfd9b34899eb30b600a88.tar.bz2 |
Add the link to asyncio source code in the docs (GH-2373)
Diffstat (limited to 'Doc/library/asyncio-eventloop.rst')
-rw-r--r-- | Doc/library/asyncio-eventloop.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/asyncio-eventloop.rst b/Doc/library/asyncio-eventloop.rst index fa6a296..83bbb70 100644 --- a/Doc/library/asyncio-eventloop.rst +++ b/Doc/library/asyncio-eventloop.rst @@ -5,6 +5,8 @@ Base Event Loop =============== +**Source code:** :source:`Lib/asyncio/events.py` + The event loop is the central execution device provided by :mod:`asyncio`. It provides multiple facilities, including: |