Some English fixes

"informations" is incorrect; try to use a better word, or the invariant "information".
This commit is contained in:
Laurent Bachelier 2014-07-08 12:09:23 +02:00 committed by Florent
commit 0f90d6e9dd
6 changed files with 6 additions and 6 deletions

View file

@ -56,7 +56,7 @@ class SubtitlesPage(BasePage):
tabresults = self.parser.select(self.document.getroot(), 'table#search_results')
if len(tabresults) > 0:
table = tabresults[0]
# for each result line, get informations
# for each result line, get the data
# why following line doesn't work all the time (for example 'search fr sopranos guy walks' ?
# for line in self.parser.select(table,'tr'):
for line in table.getiterator('tr'):