fix test_metaclass

This commit is contained in:
Benjamin Peterson 2008-07-01 20:26:36 +00:00
parent 336341f2ae
commit 13b6d0df63

View file

@ -128,7 +128,7 @@ Check for duplicate keywords.
...
Traceback (most recent call last):
[...]
TypeError: __build_class__() got multiple values for keyword argument 'metaclass'
SyntaxError: keyword argument repeated
>>>
Another way.