diff options
Diffstat (limited to 'Doc/library/asyncio.rst')
-rw-r--r-- | Doc/library/asyncio.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/library/asyncio.rst b/Doc/library/asyncio.rst index c1b0408..25daeb6 100644 --- a/Doc/library/asyncio.rst +++ b/Doc/library/asyncio.rst @@ -42,8 +42,8 @@ as well as **low-level** APIs for *library and framework developers* to: with async/await syntax. -Contents --------- +Reference +--------- .. rubric:: High-level APIs @@ -73,6 +73,7 @@ Contents .. toctree:: :maxdepth: 1 + asyncio-api-index.rst asyncio-dev.rst |