8000 Remove stray backtick in NEWS entry (#115356) · python/cpython@a82fbc1 · GitHub
[go: up one dir, main page]

Skip to content

Commit a82fbc1

Browse files
authored
Remove stray backtick in NEWS entry (#115356)
1 parent 4297d73 commit a82fbc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Most exceptions are now ignored when attempting to set the ``__orig_class__``
22
attribute on objects returned when calling :mod:`typing` generic aliases
33
(including generic aliases created using :data:`typing.Annotated`).
4-
Previously only :exc:`AttributeError`` was ignored. Patch by Dave Shawley.
4+
Previously only :exc:`AttributeError` was ignored. Patch by Dave Shawley.

0 commit comments

Comments
 (0)
0