summaryrefslogtreecommitdiffstats
path: root/Doc/library/asyncio-eventloops.rst
diff options
context:
space:
mode:
authorlf <lf-@users.noreply.github.com>2017-07-25 23:03:51 (GMT)
committerMariatta <Mariatta@users.noreply.github.com>2017-07-25 23:03:51 (GMT)
commit627d2c8e8dc9cfe6c1cdfd9b34899eb30b600a88 (patch)
treecea63bccf0ec91a71212a0dea9891b8c1405633e /Doc/library/asyncio-eventloops.rst
parentcc5a65cd9025280ea67ef4bbc2a8bfe31ced6c30 (diff)
downloadcpython-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-eventloops.rst')
-rw-r--r--Doc/library/asyncio-eventloops.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/asyncio-eventloops.rst b/Doc/library/asyncio-eventloops.rst
index 1dc18fc..d74fcb1 100644
--- a/Doc/library/asyncio-eventloops.rst
+++ b/Doc/library/asyncio-eventloops.rst
@@ -3,6 +3,8 @@
Event loops
===========
+**Source code:** :source:`Lib/asyncio/events.py`
+
Event loop functions
--------------------