diff options
author | R David Murray <rdmurray@bitdance.com> | 2013-12-20 19:37:39 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2013-12-20 19:37:39 (GMT) |
commit | 6a143815307879d092dd8721516e9914209ed468 (patch) | |
tree | 9e905d8f17588c9d4164c7a639d6a0ae4abf31a2 /Doc/library/asyncio-sync.rst | |
parent | fd1ff1c8886ca4154e34061b9290fb4b1001f4e4 (diff) | |
download | cpython-6a143815307879d092dd8721516e9914209ed468.zip cpython-6a143815307879d092dd8721516e9914209ed468.tar.gz cpython-6a143815307879d092dd8721516e9914209ed468.tar.bz2 |
Fix Sphinx markup for asyncio modules so :mod:`asyncio` links work.
Diffstat (limited to 'Doc/library/asyncio-sync.rst')
-rw-r--r-- | Doc/library/asyncio-sync.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/asyncio-sync.rst b/Doc/library/asyncio-sync.rst index aaa8b93..3ea49b3 100644 --- a/Doc/library/asyncio-sync.rst +++ b/Doc/library/asyncio-sync.rst @@ -1,3 +1,4 @@ +.. currentmodule:: asyncio .. _sync: Synchronization primitives |