[fix] typo

This commit is contained in:
Adam Tauber 2015-10-03 19:16:26 +02:00
parent 5eabba2da1
commit 66a70c6ae4
1 changed files with 1 additions and 1 deletions

View File

@ -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)