mirror of
https://github.com/searxng/searxng.git
synced 2026-05-29 22:24:13 +02:00
[fix] spelling
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user