Skip to content

Commit e77e14c

Browse files
committed
Sentence case headers
1 parent 667a86e commit e77e14c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ and improvements in user-friendliness and correctness.
8383
.. PEP-sized items next.
8484
8585
* :ref:`PEP 649 and 749: deferred evaluation of annotations <whatsnew314-pep649>`
86-
* :ref:`PEP 734: Multiple Interpreters in the Stdlib <whatsnew314-pep734>`
87-
* :ref:`PEP 741: Python Configuration C API <whatsnew314-pep741>`
86+
* :ref:`PEP 734: Multiple interpreters in the stdlib <whatsnew314-pep734>`
87+
* :ref:`PEP 741: Python configuration C API <whatsnew314-pep741>`
8888
* :ref:`PEP 750: Template strings <whatsnew314-pep750>`
8989
* :ref:`PEP 758: Allow except and except* expressions without parentheses <whatsnew314-pep758>`
9090
* :ref:`PEP 761: Discontinuation of PGP signatures <whatsnew314-pep761>`
@@ -126,7 +126,7 @@ New features
126126

127127
.. _whatsnew314-pep734:
128128

129-
PEP 734: Multiple Interpreters in the Stdlib
129+
PEP 734: Multiple interpreters in the stdlib
130130
--------------------------------------------
131131

132132
The CPython runtime supports running multiple copies of Python in the
@@ -727,7 +727,7 @@ Improved error messages
727727
728728
.. _whatsnew314-pep741:
729729

730-
PEP 741: Python Configuration C API
730+
PEP 741: Python configuration C API
731731
-----------------------------------
732732

733733
Add a :ref:`PyInitConfig C API <pyinitconfig_api>` to configure the Python

0 commit comments

Comments
 (0)