diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst index 99f012540d989b..f207ee7b8584a7 100644 --- a/Doc/library/asyncio-task.rst +++ b/Doc/library/asyncio-task.rst @@ -8,11 +8,6 @@ Coroutines and Tasks This section outlines high-level asyncio APIs to work with coroutines and Tasks. -.. contents:: - :depth: 1 - :local: - - .. _coroutine: Coroutines