Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c568d44

Browse files
[3.11] Remove stray backtick in NEWS entry (GH-115356) (#115363)
Remove stray backtick in NEWS entry (GH-115356) (cherry picked from commit a82fbc1) Co-authored-by: Ezio Melotti <[email protected]>
1 parent f0c58c6 commit c568d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
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)