From ca16f7f7d46368923a63f74564a946c7bb7785df Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Mon, 11 Jul 2022 22:21:19 +0100 Subject: [PATCH] Fix heading levels for "Deprecated" section in What's New for 3.12 These headings were at the same level as the "Deprecated" heading, but likely intended to be a subheading within that section. --- Doc/whatsnew/3.12.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index 85b576c47c021a..3de80cf6a68fcf 100644 --- a/Doc/whatsnew/3.12.rst +++ b/Doc/whatsnew/3.12.rst @@ -134,7 +134,7 @@ Deprecated Pending Removal in Python 3.13 -============================== +------------------------------ The following modules and APIs have been deprecated in earlier Python releases, and will be removed in Python 3.13. @@ -172,7 +172,7 @@ APIs: * :class:`webbrowser.MacOSX` (:gh:`86421`) Pending Removal in Future Versions -================================== +---------------------------------- The following APIs were deprecated in earlier Python versions and will be removed, although there is currently no date scheduled for their removal.