diff options
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 |
