diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2025-02-23 15:00:38 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-02-26 07:15:39 +0100 |
| commit | 2e0abc931057a8e0189b53f6501769fe26fd0bbc (patch) | |
| tree | a6c68bd8322385dbbd864949429c028ed09b8551 /searx/engines/xpath.py | |
| parent | 28d1240fce945a48a2c61c29fff83336410c4c77 (diff) | |
[fix] various issues in the documentation
Closes: https://github.com/searxng/searxng/issues/4370
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/engines/xpath.py')
| -rw-r--r-- | searx/engines/xpath.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/xpath.py b/searx/engines/xpath.py index db892d392..b1bef923d 100644 --- a/searx/engines/xpath.py +++ b/searx/engines/xpath.py @@ -52,7 +52,7 @@ Example ======= Here is a simple example of a XPath engine configured in the :ref:`settings -engine` section, further read :ref:`engines-dev`. +engines` section, further read :ref:`engines-dev`. .. code:: yaml |