Skip to content

Commit ae5335f

Browse files
authored
Sentence case
1 parent 04e6912 commit ae5335f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ and improvements in user-friendliness and correctness.
8484
8585
* :ref:`PEP 649: deferred evaluation of annotations <whatsnew314-pep649>`
8686
* :ref:`PEP 741: Python Configuration C API <whatsnew314-pep741>`
87-
* :ref:`PEP 750: Template Strings <whatsnew314-pep750>`
87+
* :ref:`PEP 750: Template strings <whatsnew314-pep750>`
8888
* :ref:`PEP 758: Allow except and except* expressions without parentheses <whatsnew314-pep758>`
8989
* :ref:`PEP 761: Discontinuation of PGP signatures <whatsnew314-pep761>`
9090
* :ref:`PEP 765: Disallow return/break/continue that exit a finally block <whatsnew314-pep765>`
@@ -122,7 +122,7 @@ New features
122122

123123
.. _whatsnew314-pep750:
124124

125-
PEP 750: Template Strings
125+
PEP 750: Template strings
126126
-------------------------
127127

128128
Template string literals (t-strings) are a generalization of f-strings,

0 commit comments

Comments
 (0)