From 5a2550554bedad3c8e38c7c035c5da42f1defffb Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Fri, 15 Sep 2023 06:10:07 -0700 Subject: [PATCH] [3.11] Docs: Superseded modules: list only module names (GH-109439) (#109446) Co-authored-by: Hugo van Kemenade --- Doc/library/superseded.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/library/superseded.rst b/Doc/library/superseded.rst index b38f16691f6e..25cbe6c94e8e 100644 --- a/Doc/library/superseded.rst +++ b/Doc/library/superseded.rst @@ -9,6 +9,7 @@ backwards compatibility. They have been superseded by other modules. .. toctree:: + :maxdepth: 1 aifc.rst asynchat.rst -- 2.47.3