summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorPradyun Gedam <pgedam@bloomberg.net>2022-07-12 19:55:32 (GMT)
committerGitHub <noreply@github.com>2022-07-12 19:55:32 (GMT)
commit47f50cbab79d3639c59af7f651dfdebba57b08ce (patch)
tree31b0b5af1fb2ce3a97a946e5b32edef33a03f7bc /Doc/whatsnew
parent90a6e56e5663233fe986331ef3f10422fe57dcbc (diff)
downloadcpython-47f50cbab79d3639c59af7f651dfdebba57b08ce.zip
cpython-47f50cbab79d3639c59af7f651dfdebba57b08ce.tar.gz
cpython-47f50cbab79d3639c59af7f651dfdebba57b08ce.tar.bz2
Fix heading levels for "Deprecated" section in What's New for 3.12 (GH-94762)
These headings were at the same level as the "Deprecated" heading, but likely intended to be a subheading within that section. Co-authored-by: Pradyun Gedam <pradyunsg@users.noreply.github.com>
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.12.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst
index 85b576c..3de80cf 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.