diff options
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 90b551a33..5df74a08f 100644 --- a/searx/engines/xpath.py +++ b/searx/engines/xpath.py @@ -262,7 +262,7 @@ def request(query, params): def response(resp): # pylint: disable=too-many-branches - '''Scrap *results* from the response (see :ref:`engine results`).''' + '''Scrap *results* from the response (see :ref:`result types`).''' if no_result_for_http_status and resp.status_code in no_result_for_http_status: return [] |