summaryrefslogtreecommitdiff
path: root/searx/enginelib
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/enginelib
parent6ec554cb5b014dc362c9dc6c4618a6614199911d (diff)
[chore] fix some docstring typos (#4815)
Diffstat (limited to 'searx/enginelib')
-rw-r--r--searx/enginelib/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/enginelib/__init__.py b/searx/enginelib/__init__.py
index 0435b14e1..9cb49c0cd 100644
--- a/searx/enginelib/__init__.py
+++ b/searx/enginelib/__init__.py
@@ -79,7 +79,7 @@ class EngineCache:
<searx.cache.ExpireCacheSQLite>`).
In the :origin:`searx/engines/demo_offline.py` engine you can find an
- exemplary implementation of such a cache other exaples are implemeted
+ exemplary implementation of such a cache other examples are implemented
in:
- :origin:`searx/engines/radio_browser.py`