From 714df3c2102630a80691c4248b0b7babda5d128b Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Wed, 15 Sep 2021 04:10:27 +1000 Subject: docs: fix simple typo, raies -> raise (#135) --- ext_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext_tests.py b/ext_tests.py index 2770c8e..1fd8d8f 100755 --- a/ext_tests.py +++ b/ext_tests.py @@ -65,7 +65,7 @@ class TestCaseTemplate(unittest.TestCase): raise Exception(test.get('comment', '')) from jpe # if there is no 'expected' we only verify that applying the patch - # does not raies an exception + # does not raise an exception if 'expected' in test: self.assertEquals(res, test['expected'], test.get('comment', '')) -- cgit v1.2.1