Skip to content

Commit ea290f8

Browse files
hugovkezio-melotti
andauthored
[3.12] Remove more stray backticks from NEWS files (GH-115374) (#117118)
Co-authored-by: Ezio Melotti <[email protected]>
1 parent e84a8f3 commit ea290f8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Misc/NEWS.d/3.12.0a1.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2722,7 +2722,7 @@ on future on an error - e.g. TimeoutError or KeyboardInterrupt.
27222722
Fix a :mod:`sqlite3` regression where ``*args`` and ``**kwds`` were
27232723
incorrectly relayed from :py:func:`~sqlite3.connect` to the
27242724
:class:`~sqlite3.Connection` factory. The regression was introduced in
2725-
3.11a1 with PR 24421 (:gh:`85128`). Patch by Erlend E. Aasland.`
2725+
3.11a1 with PR 24421 (:gh:`85128`). Patch by Erlend E. Aasland.
27262726

27272727
..
27282728
@@ -2988,7 +2988,7 @@ Kumar Aditya.
29882988
.. section: Library
29892989
29902990
Fix crash in :class:`struct.Struct` when it was not completely initialized
2991-
by initializing it in :meth:`~object.__new__``. Patch by Kumar Aditya.
2991+
by initializing it in :meth:`~object.__new__`. Patch by Kumar Aditya.
29922992

29932993
..
29942994

Misc/NEWS.d/3.12.0b1.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -563,10 +563,10 @@ Complex function calls are now faster and consume no C stack space.
563563
.. nonce: fvgsCl
564564
.. section: Core and Builtins
565565
566-
``len()`` for 0-dimensional :class:`memoryview`` objects (such as
566+
``len()`` for 0-dimensional :class:`memoryview` objects (such as
567567
``memoryview(ctypes.c_uint8(42))``) now raises a :exc:`TypeError`.
568568
Previously this returned ``1``, which was not consistent with ``mem_0d[0]``
569-
raising an :exc:`IndexError``.
569+
raising an :exc:`IndexError`.
570570

571571
..
572572

0 commit comments

Comments
 (0)