From 283a43f0ab2128cee812cc63a4c244aca1f2eed0 Mon Sep 17 00:00:00 2001 From: Bryan Gurney Date: Tue, 26 Sep 2023 15:49:40 -0400 Subject: [PATCH] Fix misspellings Signed-off-by: Bryan Gurney --- tests/test_hypothesis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_hypothesis.py b/tests/test_hypothesis.py index 09db5c2..46f9a08 100644 --- a/tests/test_hypothesis.py +++ b/tests/test_hypothesis.py @@ -44,6 +44,6 @@ class ParseTestCase(unittest.TestCase): @settings(max_examples=50, deadline=None) def test_parsing(self, signature): """ - Test that parsing is always succesful on valid strings. + Test that parsing is always successful on valid strings. """ self.assertIsNotNone(self._PARSER.PARSER.parseString(signature, parseAll=True))