Skip to content

Commit d2c95df

Browse files
committed
overridden
1 parent 86583c5 commit d2c95df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_pycode_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def test_class():
233233
parser.parse()
234234
assert parser.comments == {('Foo', 'attr1'): 'comment1',
235235
('Foo', 'a'): 'comment3',
236-
('Foo', 'attr2'): 'overrided'}
236+
('Foo', 'attr2'): 'overridden'}
237237
assert parser.definitions == {'Foo': ('class', 1, 11),
238238
'Foo.__init__': ('def', 5, 8),
239239
'Foo.some_method': ('def', 10, 11)}

0 commit comments

Comments
 (0)