summaryrefslogtreecommitdiff
path: root/searx/extended_types.py
diff options
context:
space:
mode:
authorJost Alemann <58050402+ddogfoodd@users.noreply.github.com>2025-05-20 19:03:54 +0000
committerGitHub <noreply@github.com>2025-05-20 21:03:54 +0200
commit7420706a5074803a78f3c795cf79427746e504e0 (patch)
tree67b3ed9c28fe3d145d2d3ab8eaa96ebd5bd34714 /searx/extended_types.py
parent6ec554cb5b014dc362c9dc6c4618a6614199911d (diff)
[chore] fix some docstring typos (#4815)
Diffstat (limited to 'searx/extended_types.py')
-rw-r--r--searx/extended_types.py2
1 files changed, 1 insertions, 1 deletions
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