Skip to content

Commit 39a18b4

Browse files
committed
Copyedit
1 parent e77e14c commit 39a18b4

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
@@ -392,7 +392,7 @@ As can be seen, the API is similar to the APIs of the :mod:`!lzma` and
392392
:mod:`!bz2` modules.
393393

394394
(Contributed by Emma Harper Smith, Adam Turner, Gregory P. Smith, Tomas Roun,
395-
Victor Stinner, and Rogdham in :gh:`132983`)
395+
Victor Stinner, and Rogdham in :gh:`132983`.)
396396

397397
.. seealso::
398398
:pep:`784`.
@@ -1266,7 +1266,7 @@ configparser
12661266
to :meth:`configparser.ConfigParser.write` keys containing delimiters or
12671267
beginning with the section header pattern will raise a
12681268
:class:`configparser.InvalidWriteError`.
1269-
(Contributed by Jacob Lincoln in :gh:`129270`)
1269+
(Contributed by Jacob Lincoln in :gh:`129270`.)
12701270

12711271
contextvars
12721272
-----------
@@ -2755,8 +2755,8 @@ New features
27552755

27562756
* Add :c:func:`PyType_GetBaseByToken` and :c:data:`Py_tp_token` slot for easier
27572757
superclass identification, which attempts to resolve the `type checking issue
2758-
<https://peps.python.org/pep-0630/#type-checking>`__ mentioned in :pep:`630`
2759-
(:gh:`124153`).
2758+
<https://peps.python.org/pep-0630/#type-checking>`__ mentioned in :pep:`630`.
2759+
(Contributed in :gh:`124153`.)
27602760

27612761
* Add :c:func:`PyUnicode_Equal` function to the limited C API:
27622762
test if two strings are equal.

0 commit comments

Comments
 (0)