diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-09-15 14:11:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-15 14:11:17 (GMT) |
commit | e9a90523c97c3c7f1937187e2ae24878227c3dd0 (patch) | |
tree | 5a504fc6b3bbff9ecd8426ef4f7942c0fb8b1aca | |
parent | 316f0ee874f420a900168da29b913582b3877e63 (diff) | |
download | cpython-e9a90523c97c3c7f1937187e2ae24878227c3dd0.zip cpython-e9a90523c97c3c7f1937187e2ae24878227c3dd0.tar.gz cpython-e9a90523c97c3c7f1937187e2ae24878227c3dd0.tar.bz2 |
[3.12] Docs: Superseded modules: list only module names (GH-109439) (#109445)
Docs: Superseded modules: list only module names (GH-109439)
(cherry picked from commit b434dd7e3625d442392b4adf952685c8adf769f7)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
-rw-r--r-- | Doc/library/superseded.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/superseded.rst b/Doc/library/superseded.rst index aaf66ea..910e899 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 audioop.rst |