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>
This commit is contained in:
Pradyun Gedam 2022-07-12 20:55:32 +01:00 committed by GitHub
parent 90a6e56e56
commit 47f50cbab7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.