]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove stray backtick in NEWS entry (#115356)
authorEzio Melotti <ezio.melotti@gmail.com>
Mon, 12 Feb 2024 19:23:45 +0000 (20:23 +0100)
committerGitHub <noreply@github.com>
Mon, 12 Feb 2024 19:23:45 +0000 (19:23 +0000)
Misc/NEWS.d/next/Library/2024-02-09-07-20-16.gh-issue-115165.yfJLXA.rst

index 73d3d001f07f3f4346df4537db701a5be72c22e2..3e6eef183ad5249b42b9980df43e708894185c7a 100644 (file)
@@ -1,4 +1,4 @@
 Most exceptions are now ignored when attempting to set the ``__orig_class__``
 attribute on objects returned when calling :mod:`typing` generic aliases
 (including generic aliases created using :data:`typing.Annotated`).
-Previously only :exc:`AttributeError`` was ignored. Patch by Dave Shawley.
+Previously only :exc:`AttributeError` was ignored. Patch by Dave Shawley.