]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove more stray backticks from NEWS files (#115374)
authorEzio Melotti <ezio.melotti@gmail.com>
Tue, 13 Feb 2024 17:07:16 +0000 (18:07 +0100)
committerGitHub <noreply@github.com>
Tue, 13 Feb 2024 17:07:16 +0000 (18:07 +0100)
* Remove stray backtick from NEWS file

* Remove more stray backticks from 3.12.0a1.rst

* Remove another stray backtick in 3.13.0a1.rst

Misc/NEWS.d/3.12.0a1.rst
Misc/NEWS.d/3.12.0b1.rst
Misc/NEWS.d/3.13.0a1.rst

index f192bf086ed2598d15618f075e7047cc8da87966..4739e0fb89a4a8c0ccf47630f79df65df3231d2c 100644 (file)
@@ -2722,7 +2722,7 @@ on future on an error - e.g. TimeoutError or KeyboardInterrupt.
 Fix a :mod:`sqlite3` regression where ``*args`` and ``**kwds`` were
 incorrectly relayed from :py:func:`~sqlite3.connect` to the
 :class:`~sqlite3.Connection` factory. The regression was introduced in
-3.11a1 with PR 24421 (:gh:`85128`). Patch by Erlend E. Aasland.`
+3.11a1 with PR 24421 (:gh:`85128`). Patch by Erlend E. Aasland.
 
 ..
 
@@ -2988,7 +2988,7 @@ Kumar Aditya.
 .. section: Library
 
 Fix crash in :class:`struct.Struct` when it was not completely initialized
-by initializing it in :meth:`~object.__new__``.  Patch by Kumar Aditya.
+by initializing it in :meth:`~object.__new__`.  Patch by Kumar Aditya.
 
 ..
 
index 21f2c748f405481e9c4e883bda96e5f55d511c27..d9804be764c9a90fdd39fc88fd3ce458eb6c361d 100644 (file)
@@ -563,10 +563,10 @@ Complex function calls are now faster and consume no C stack space.
 .. nonce: fvgsCl
 .. section: Core and Builtins
 
-``len()`` for 0-dimensional :class:`memoryview`` objects (such as
+``len()`` for 0-dimensional :class:`memoryview` objects (such as
 ``memoryview(ctypes.c_uint8(42))``) now raises a :exc:`TypeError`.
 Previously this returned ``1``, which was not consistent with ``mem_0d[0]``
-raising an :exc:`IndexError``.
+raising an :exc:`IndexError`.
 
 ..
 
index d385b6a4504f97a19495913f7ca73e8c316c92d1..16715bee5a8e491d1d0f3117c9bd956d327328ef 100644 (file)
@@ -4380,7 +4380,7 @@ Patch by Victor Stinner.
 .. nonce: I6MQhb
 .. section: Library
 
-:pep:`594`: Remove the :mod:`!cgi`` and :mod:`!cgitb` modules, deprecated in
+:pep:`594`: Remove the :mod:`!cgi` and :mod:`!cgitb` modules, deprecated in
 Python 3.11. Patch by Victor Stinner.
 
 ..