From 223b3487c38a2390ad936943266a44da9cbb810a Mon Sep 17 00:00:00 2001 From: jazzzooo <38244149+jazzzooo@users.noreply.github.com> Date: Fri, 15 Sep 2023 00:53:03 -0700 Subject: [fix] spelling --- searx/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/exceptions.py') 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: -- cgit v1.2.3