diff options
author | luzpaz <luzpaz@users.noreply.github.com> | 2021-05-14 11:32:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-14 10:32:47 -0500 |
commit | 5353ccdd7026a7eeaa77029102f8c0043553ebd3 (patch) | |
tree | afabf8efc9e0036e1a6903479cac8d7faaf23724 /examples/searchparser.py | |
parent | d27fd7627f3ed60b3b7a9e9f5e790d0e49107359 (diff) | |
download | pyparsing-git-5353ccdd7026a7eeaa77029102f8c0043553ebd3.tar.gz |
Fix misc. documentation typos (#280)
Found via `codespell -q 3 -L ba,fourty,halp,inout,strng`
Diffstat (limited to 'examples/searchparser.py')
-rw-r--r-- | examples/searchparser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/searchparser.py b/examples/searchparser.py index 4284cc3..db00e44 100644 --- a/examples/searchparser.py +++ b/examples/searchparser.py @@ -206,7 +206,7 @@ class SearchQueryParser: class ParserTest(SearchQueryParser):
"""Tests the parser with some search queries
- tests containts a dictionary with tests and expected results.
+ tests contains a dictionary with tests and expected results.
"""
tests = {
|