mirror of https://github.com/python/cpython
Remove stray backtick in NEWS entry (#115356)
This commit is contained in:
parent
4297d7301b
commit
a82fbc13d0
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue