Skip to content

Commit

Permalink
Merge pull request #62 from bgurney-rh/typos
Browse files Browse the repository at this point in the history
Fix misspellings
  • Loading branch information
mulkieran authored Sep 26, 2023
2 parents a965237 + 283a43f commit 66215b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_hypothesis.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))

0 comments on commit 66215b1

Please sign in to comment.