mirror of
https://github.com/searxng/searxng.git
synced 2025-12-28 14:40:02 +00:00
[chore] fix some docstring typos (#4815)
This commit is contained in:
@@ -77,7 +77,7 @@ def response(resp):
|
||||
elif item_type == 'video':
|
||||
results.append(_video(item))
|
||||
else:
|
||||
logger.error("unknow result type: %s", item_type)
|
||||
logger.error("unknown result type: %s", item_type)
|
||||
|
||||
return results
|
||||
|
||||
|
||||
Reference in New Issue
Block a user