diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2023-04-07 13:34:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-07 13:34:24 +0200 |
| commit | 393e14965acbf0c9a1942a249a55705be9881918 (patch) | |
| tree | 7695faab05ae377a241b0f9531b5faf93405b84c /searx/enginelib/__init__.py | |
| parent | 53c154e2b1f304cc624142dff7bde30120efc029 (diff) | |
| parent | 8f79dd7659a3d837108b402dcd482910d55b57d8 (diff) | |
Merge pull request #2326 from return42/ungrouped
[mod] clarify the difference of the default category and subgrouping
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 461791b18..00962e215 100644 --- a/searx/enginelib/__init__.py +++ b/searx/enginelib/__init__.py @@ -81,7 +81,7 @@ class Engine: # pylint: disable=too-few-public-methods # settings.yml categories: List[str] - """Tabs, in which the engine is working.""" + """Specifies to which :ref:`engine categories` the engine should be added.""" name: str """Name that will be used across SearXNG to define this engine. In settings, on |