Skip to content

Commit 1f66986

Browse files
committed
Copyedit What's New: Use Title Case for top-level headings
1 parent 3195da0 commit 1f66986

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
****************************
3-
What's new in Python 3.14
3+
What's New in Python 3.14
44
****************************
55

66
:Editors: Adam Turner and Hugo van Kemenade
@@ -54,7 +54,7 @@ For full details, see the :ref:`changelog <changelog>`.
5454
:pep:`745` -- Python 3.14 release schedule
5555

5656

57-
Summary -- Release highlights
57+
Summary -- Release Highlights
5858
=============================
5959

6060
.. This section singles out the most important changes in Python 3.14.
@@ -140,7 +140,7 @@ Release changes:
140140
* :ref:`Binary releases for Android are now provided <whatsnew314-build-changes>`
141141

142142

143-
New features
143+
New Features
144144
============
145145

146146
.. _whatsnew314-deferred-annotations:
@@ -813,7 +813,7 @@ free-threaded build and false for the GIL-enabled build.
813813
(Contributed by Neil Schemenauer and Kumar Aditya in :gh:`130010`.)
814814

815815

816-
Other language changes
816+
Other Language Changes
817817
======================
818818

819819
* All Windows code pages are now supported as 'cpXXX' codecs on Windows.
@@ -992,7 +992,7 @@ Default interactive shell
992992
(Contributed by Tomas Roun in :gh:`69605`.)
993993

994994

995-
New modules
995+
New Modules
996996
===========
997997

998998
* :mod:`annotationlib`:
@@ -1020,7 +1020,7 @@ New modules
10201020
and Pablo Galindo Salgado in :gh:`132661`.)
10211021

10221022

1023-
Improved modules
1023+
Improved Modules
10241024
================
10251025

10261026
argparse
@@ -2551,7 +2551,7 @@ urllib
25512551
Deprecated
25522552
==========
25532553

2554-
New deprecations
2554+
New Deprecations
25552555
----------------
25562556

25572557
* Passing a complex number as the *real* or *imag* argument in the
@@ -2702,7 +2702,7 @@ New deprecations
27022702
.. include:: ../deprecations/pending-removal-in-future.rst
27032703

27042704

2705-
CPython bytecode changes
2705+
CPython Bytecode Changes
27062706
========================
27072707

27082708
* Replaced the opcode :opcode:`!BINARY_SUBSCR` by the :opcode:`BINARY_OP`
@@ -2780,7 +2780,7 @@ Pseudo-instructions
27802780
(Contributed by Mark Shannon in :gh:`122548`.)
27812781

27822782

2783-
C API changes
2783+
C API Changes
27842784
=============
27852785

27862786
.. _whatsnew314-capi-config:

0 commit comments

Comments
 (0)