Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 13b6d0d

Browse files
committed
fix test_metaclass
1 parent 336341f commit 13b6d0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_metaclass.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
...
129129
Traceback (most recent call last):
130130
[...]
131-
TypeError: __build_class__() got multiple values for keyword argument 'metaclass'
131+
SyntaxError: keyword argument repeated
132132
>>>
133133
134134
Another way.

0 commit comments

Comments
 (0)