Remove stray backtick in NEWS entry (#115356)

This commit is contained in:
Ezio Melotti 2024-02-12 20:23:45 +01:00 committed by GitHub
parent 4297d7301b
commit a82fbc13d0
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.