Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWaygood committed Nov 17, 2023
1 parent 1909fd5 commit ed53fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test_typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -7577,7 +7577,7 @@ class NamedTupleClass(NamedTuple):
normal_exception.__notes__[0].replace("NormalClass", "NamedTupleClass")
)

def test_exception_raised_if_accessing_set_name_causes_strange_error(self):
def test_no_exception_raised_if_accessing_set_name_causes_strange_error(self):
class Meta(type):
def __getattribute__(self, attr):
if attr == "__set_name__":
Expand Down

0 comments on commit ed53fcb

Please sign in to comment.