diff options
author | Kyle Stanley <aeros167@gmail.com> | 2019-10-10 23:18:46 (GMT) |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2019-10-10 23:18:46 (GMT) |
commit | f900064ac4b35226caad7502abc8a7e64f1c0e9d (patch) | |
tree | 62365d9742710a07f167c66cb65537f8c1df0dce /Doc/library/asyncio-exceptions.rst | |
parent | 320dd504ddf65efe946e6d1e89053ed2d7ebe1e9 (diff) | |
download | cpython-f900064ac4b35226caad7502abc8a7e64f1c0e9d.zip cpython-f900064ac4b35226caad7502abc8a7e64f1c0e9d.tar.gz cpython-f900064ac4b35226caad7502abc8a7e64f1c0e9d.tar.bz2 |
docs: Add asyncio source code links (GH-16640)
Diffstat (limited to 'Doc/library/asyncio-exceptions.rst')
-rw-r--r-- | Doc/library/asyncio-exceptions.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/asyncio-exceptions.rst b/Doc/library/asyncio-exceptions.rst index b1e6ecf..7166d5c 100644 --- a/Doc/library/asyncio-exceptions.rst +++ b/Doc/library/asyncio-exceptions.rst @@ -7,6 +7,9 @@ Exceptions ========== +**Source code:** :source:`Lib/asyncio/exceptions.py` + +---------------------------------------------------- .. exception:: TimeoutError |