diff --git a/Lib/test/test_argparse.py b/Lib/test/test_argparse.py index 74075bb4e76..2f2dd4d7298 100644 --- a/Lib/test/test_argparse.py +++ b/Lib/test/test_argparse.py @@ -4259,7 +4259,7 @@ def test_argument_error(self): # ArgumentTypeError tests # ======================= -class TestArgumentError(TestCase): +class TestArgumentTypeError(TestCase): def test_argument_type_error(self):