diff options
Diffstat (limited to 'Lib/test/test_metaclass.py')
-rw-r--r-- | Lib/test/test_metaclass.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_metaclass.py b/Lib/test/test_metaclass.py index e6fe20a..6edd899 100644 --- a/Lib/test/test_metaclass.py +++ b/Lib/test/test_metaclass.py @@ -128,7 +128,7 @@ Check for duplicate keywords. ... Traceback (most recent call last): [...] - SyntaxError: keyword argument repeated + SyntaxError: keyword argument repeated: metaclass >>> Another way. |