summaryrefslogtreecommitdiff
path: root/searx/results.py
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2015-10-03 19:16:26 +0200
committerAdam Tauber <asciimoo@gmail.com>2015-10-03 19:16:26 +0200
commit66a70c6ae4ebddc5b1d9b4e4414d66239781617c (patch)
tree50380c338f0cb61b96b95093c49aa4e2e03604a8 /searx/results.py
parent5eabba2da17c7cf1b6c0704d3ecd7476bdd989b7 (diff)
downloadsearxng-66a70c6ae4ebddc5b1d9b4e4414d66239781617c.tar.gz
searxng-66a70c6ae4ebddc5b1d9b4e4414d66239781617c.zip
[fix] typo
Diffstat (limited to 'searx/results.py')
-rw-r--r--searx/results.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/results.py b/searx/results.py
index 2837f6998..2fbb6d6c7 100644
--- a/searx/results.py
+++ b/searx/results.py
@@ -101,7 +101,7 @@ class ResultContainer(object):
results.remove(result)
elif 'answer' in result:
self.answers.add(result['suggestion'])
- results.remve(result)
+ results.remove(result)
elif 'infobox' in result:
self._merge_infobox(result)
results.remove(result)