diff options
-rw-r--r-- | Lib/test/test_argparse.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_argparse.py b/Lib/test/test_argparse.py index 74075bb..2f2dd4d 100644 --- a/Lib/test/test_argparse.py +++ b/Lib/test/test_argparse.py @@ -4259,7 +4259,7 @@ class TestArgumentError(TestCase): # ArgumentTypeError tests # ======================= -class TestArgumentError(TestCase): +class TestArgumentTypeError(TestCase): def test_argument_type_error(self): |