Add the link to asyncio source code in the docs (GH-2373)

This commit is contained in:
lf 2017-07-25 17:03:51 -06:00 committed by Mariatta
parent cc5a65cd90
commit 627d2c8e8d
8 changed files with 23 additions and 3 deletions

View file

@ -3,6 +3,8 @@
Queues
======
**Source code:** :source:`Lib/asyncio/queues.py`
Queues:
* :class:`Queue`