commit | 627d2c8e8dc9cfe6c1cdfd9b34899eb30b600a88 | [log] [tgz] |
---|---|---|
author | lf <lf-@users.noreply.github.com> | Tue Jul 25 17:03:51 2017 -0600 |
committer | Mariatta <Mariatta@users.noreply.github.com> | Tue Jul 25 16:03:51 2017 -0700 |
tree | cea63bccf0ec91a71212a0dea9891b8c1405633e | |
parent | cc5a65cd9025280ea67ef4bbc2a8bfe31ced6c30 [diff] [blame] |
Add the link to asyncio source code in the docs (GH-2373)
diff --git a/Doc/library/asyncio-queue.rst b/Doc/library/asyncio-queue.rst index f11c09a..ea78755 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`