diff options
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 = {
|