summaryrefslogtreecommitdiff
path: root/searx/exceptions.py
diff options
context:
space:
mode:
authorjazzzooo <38244149+jazzzooo@users.noreply.github.com>2023-09-15 00:53:03 -0700
committerMarkus Heiser <markus.heiser@darmarIT.de>2023-09-18 16:20:27 +0200
commit223b3487c38a2390ad936943266a44da9cbb810a (patch)
tree6dde6498a4c37731427715d01b6314b09be52897 /searx/exceptions.py
parenta9b6963971327605db1509795be7795dc7401f3f (diff)
downloadsearxng-223b3487c38a2390ad936943266a44da9cbb810a.tar.gz
searxng-223b3487c38a2390ad936943266a44da9cbb810a.zip
[fix] spelling
Diffstat (limited to 'searx/exceptions.py')
-rw-r--r--searx/exceptions.py2
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: