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/enginelib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/enginelib') 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: `). 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` -- cgit v1.2.3