mirror of https://github.com/python/cpython.git
[3.11] Remove stray backtick in NEWS entry (GH-115356) (#115363)
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:
parent
f0c58c6475
commit
c568d44a54
|
@ -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