diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2026-09-04 11:18:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-09-04 11:18:59 +0200 |
| commit | 15a91992e474c697ec2b0227865e85d200ec7dd6 (patch) | |
| tree | 7257e62329e01e51d268477927297bc74fdaab14 /searx/enginelib/__init__.py | |
| parent | 03c439a5b930a6d7cceb0a2c7ad76e24d2c7d514 (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__.py | 2 |
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 |
