diff options
Diffstat (limited to 'searx/webadapter.py')
-rw-r--r-- | searx/webadapter.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/webadapter.py b/searx/webadapter.py index 53d9bfa89..134724b25 100644 --- a/searx/webadapter.py +++ b/searx/webadapter.py @@ -225,7 +225,7 @@ def get_search_query_from_webapp( """Assemble data from preferences and request.form (from the HTML form) needed in a search query. - The returned tuple consits of: + The returned tuple consists of: 1. instance of :py:obj:`searx.search.SearchQuery` 2. instance of :py:obj:`searx.query.RawTextQuery` |