mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Remove stray backtick in NEWS entry (#115356)
This commit is contained in:
parent
4297d7301b
commit
a82fbc13d0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue