From f7f8c20b69ec385e8087e81bf8c7f9f04f7f55f7 Mon Sep 17 00:00:00 2001 From: boris Date: Sat, 29 Aug 2020 12:35:33 -0400 Subject: [PATCH] Remove asyncio-task contents --- Doc/library/asyncio-task.rst | 5 ----- 1 file changed, 5 deletions(-) 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