summaryrefslogtreecommitdiff
path: root/searx/enginelib/__init__.py
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2026-09-04 11:18:59 +0200
committerGitHub <noreply@github.com>2026-09-04 11:18:59 +0200
commit15a91992e474c697ec2b0227865e85d200ec7dd6 (patch)
tree7257e62329e01e51d268477927297bc74fdaab14 /searx/enginelib/__init__.py
parent03c439a5b930a6d7cceb0a2c7ad76e24d2c7d514 (diff)
[docs] fix some minor reST markup issues in the doc-string (#6646)
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/enginelib/__init__.py')
-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 1a7e4ef8c..11f1bec17 100644
--- a/searx/enginelib/__init__.py
+++ b/searx/enginelib/__init__.py
@@ -305,7 +305,7 @@ class Engine(abc.ABC): # pylint: disable=too-few-public-methods
region: str = ""
"""For an engine, when there is ``region: ...`` in the YAML settings the engine
- does support only this one region::
+ does support only this one region:
.. code:: yaml