Skip to content

Commit 50107f6

Browse files
felixonmarshynek
authored andcommitted
Fix a typo: suceeds -> succeeds (#210)
1 parent 1c0549c commit 50107f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_make.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ class TestValidate(object):
605605
"""
606606
def test_success(self):
607607
"""
608-
If the validator suceeds, nothing gets raised.
608+
If the validator succeeds, nothing gets raised.
609609
"""
610610
C = make_class("C", {"x": attr(validator=lambda *a: None),
611611
"y": attr()})

0 commit comments

Comments
 (0)