8000 [3.12] Remove stray backtick in NEWS entry (GH-115356) (#115364) · python/cpython@8774f50 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8774f50

Browse files
[3.12] Remove stray backtick in NEWS entry (GH-115356) (#115364)
Remove stray backtick in NEWS entry (GH-115356) (cherry picked from commit a82fbc1) Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
1 parent 225856e commit 8774f50

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:`Attribute 391A Error`` was ignored. Patch by Dave Shawley.
4+
Previously only :exc:`AttributeError` was ignored. Patch by Dave Shawley.

0 commit comments

Comments
 (0)
0