[3.12] Remove stray backtick in NEWS entry (GH-115356) (#115364)

Remove stray backtick in NEWS entry (GH-115356)
(cherry picked from commit a82fbc13d0)

Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
This commit is contained in:
Miss Islington (bot) 2024-02-12 20:30:30 +01:00 committed by GitHub
parent 225856ef3e
commit 8774f50e29
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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.