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-sync.rst b/Doc/library/asyncio-sync.rst index 0909352..14e3def 100644 --- a/Doc/library/asyncio-sync.rst +++ b/Doc/library/asyncio-sync.rst
@@ -4,6 +4,8 @@ Synchronization primitives ========================== +**Source code:** :source:`Lib/asyncio/locks.py` + Locks: * :class:`Lock`