summaryrefslogtreecommitdiff
path: root/Doc/library/asyncio-queue.rst
diff options
context:
space:
mode:
authorlf <lf-@users.noreply.github.com>2017-07-25 17:03:51 -0600
committerMariatta <Mariatta@users.noreply.github.com>2017-07-25 16:03:51 -0700
commit627d2c8e8dc9cfe6c1cdfd9b34899eb30b600a88 (patch)
treecea63bccf0ec91a71212a0dea9891b8c1405633e /Doc/library/asyncio-queue.rst
parentcc5a65cd9025280ea67ef4bbc2a8bfe31ced6c30 (diff)
downloadcpython-git-627d2c8e8dc9cfe6c1cdfd9b34899eb30b600a88.tar.gz
Add the link to asyncio source code in the docs (GH-2373)
Diffstat (limited to 'Doc/library/asyncio-queue.rst')
-rw-r--r--Doc/library/asyncio-queue.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/asyncio-queue.rst b/Doc/library/asyncio-queue.rst
index f11c09ac29..ea78755008 100644
--- a/Doc/library/asyncio-queue.rst
+++ b/Doc/library/asyncio-queue.rst
@@ -3,6 +3,8 @@
Queues
======
+**Source code:** :source:`Lib/asyncio/queues.py`
+
Queues:
* :class:`Queue`