From 7420706a5074803a78f3c795cf79427746e504e0 Mon Sep 17 00:00:00 2001 From: Jost Alemann <58050402+ddogfoodd@users.noreply.github.com> Date: Tue, 20 May 2025 19:03:54 +0000 Subject: [chore] fix some docstring typos (#4815) --- searx/extended_types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/extended_types.py') diff --git a/searx/extended_types.py b/searx/extended_types.py index 41e3a56a9..e5c824a9c 100644 --- a/searx/extended_types.py +++ b/searx/extended_types.py @@ -42,7 +42,7 @@ class SXNG_Request(flask.Request): """list of searx.plugins.Plugin.id (the id of the plugins)""" preferences: "searx.preferences.Preferences" - """The prefernces of the request.""" + """The preferences of the request.""" errors: list[str] """A list of errors (translated text) added by :py:obj:`searx.webapp` in -- cgit v1.2.3