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-stream.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-stream.rst')
-rw-r--r-- | Doc/library/asyncio-stream.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/asyncio-stream.rst b/Doc/library/asyncio-stream.rst index 6177b4b..491afdd 100644 --- a/Doc/library/asyncio-stream.rst +++ b/Doc/library/asyncio-stream.rst @@ -6,6 +6,8 @@ Streams (coroutine based API) +++++++++++++++++++++++++++++ +**Source code:** :source:`Lib/asyncio/streams.py` + Stream functions ================ |