Skip to content

Commit 47f50cb

Browse files
authored
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>
1 parent 90a6e56 commit 47f50cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/whatsnew/3.12.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Deprecated
134134

135135

136136
Pending Removal in Python 3.13
137-
==============================
137+
------------------------------
138138

139139
The following modules and APIs have been deprecated in earlier Python releases,
140140
and will be removed in Python 3.13.
@@ -172,7 +172,7 @@ APIs:
172172
* :class:`webbrowser.MacOSX` (:gh:`86421`)
173173

174174
Pending Removal in Future Versions
175-
==================================
175+
----------------------------------
176176

177177
The following APIs were deprecated in earlier Python versions and will be removed,
178178
although there is currently no date scheduled for their removal.

0 commit comments

Comments
 (0)