commit | f900064ac4b35226caad7502abc8a7e64f1c0e9d | [log] [tgz] |
---|---|---|
author | Kyle Stanley <aeros167@gmail.com> | Thu Oct 10 19:18:46 2019 -0400 |
committer | Yury Selivanov <yury@magic.io> | Thu Oct 10 19:18:46 2019 -0400 |
tree | 62365d9742710a07f167c66cb65537f8c1df0dce | |
parent | 320dd504ddf65efe946e6d1e89053ed2d7ebe1e9 [diff] [blame] |
docs: Add asyncio source code links (GH-16640)
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