diff options
Diffstat (limited to 'searx/exceptions.py')
-rw-r--r-- | searx/exceptions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/exceptions.py b/searx/exceptions.py index 069be9057..ac8eb6314 100644 --- a/searx/exceptions.py +++ b/searx/exceptions.py @@ -12,7 +12,7 @@ class SearxException(Exception): class SearxParameterException(SearxException): - """Raised when query miss a required paramater""" + """Raised when query miss a required parameter""" def __init__(self, name, value): if value == '' or value is None: |