mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
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:
parent
90a6e56e56
commit
47f50cbab7
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue