From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 12 Feb 2024 19:30:30 +0000 (+0100) Subject: [3.12] Remove stray backtick in NEWS entry (GH-115356) (#115364) X-Git-Tag: v3.12.3~294 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8774f50e29e998746e2ccf1f708d95f45ea5a818;p=thirdparty%2FPython%2Fcpython.git [3.12] Remove stray backtick in NEWS entry (GH-115356) (#115364) Remove stray backtick in NEWS entry (GH-115356) (cherry picked from commit a82fbc13d0e352b9af7d7ffbef4bc04cf635f07f) Co-authored-by: Ezio Melotti --- diff --git a/Misc/NEWS.d/next/Library/2024-02-09-07-20-16.gh-issue-115165.yfJLXA.rst b/Misc/NEWS.d/next/Library/2024-02-09-07-20-16.gh-issue-115165.yfJLXA.rst index 73d3d001f07f..3e6eef183ad5 100644 --- a/Misc/NEWS.d/next/Library/2024-02-09-07-20-16.gh-issue-115165.yfJLXA.rst +++ b/Misc/NEWS.d/next/Library/2024-02-09-07-20-16.gh-issue-115165.yfJLXA.rst @@ -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.