Skip to content

Commit 714df3c

Browse files
authored
docs: fix simple typo, raies -> raise (#135)
1 parent e0b3a9b commit 714df3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def _test(self, test):
6565
raise Exception(test.get('comment', '')) from jpe
6666

6767
# if there is no 'expected' we only verify that applying the patch
68-
# does not raies an exception
68+
# does not raise an exception
6969
if 'expected' in test:
7070
self.assertEquals(res, test['expected'], test.get('comment', ''))
7171

0 commit comments

Comments
 (0)