Skip to content

Commit

Permalink
fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
InvincibleRMC committed Jul 23, 2024
1 parent 74027b7 commit fb0e698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mypy/test/teststubgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,7 @@ class TestClass:

@unittest.skipIf(sys.version_info < (3, 12), "Inline Generics not supported before Python3.12")
def test_generic_class(self) -> None:
# This test lives in the exec block to avoid syntax version on python versions < 3.12
# This test lives in the exec block to avoid syntax errors on python versions < 3.12
code = """
class Test[A]: ...
Expand Down

0 comments on commit fb0e698

Please sign in to comment.