Some English fixes
"informations" is incorrect; try to use a better word, or the invariant "information".
This commit is contained in:
parent
dd4a66be77
commit
0f90d6e9dd
6 changed files with 6 additions and 6 deletions
|
|
@ -69,7 +69,7 @@ class DetailsPage(LoggedPage, BadUTF8Page):
|
|||
|
||||
def _parse_div(self, divglobal, string, num, inter=False):
|
||||
divs = divglobal.xpath('div[@class="detail"]')
|
||||
# Two informations in one div...
|
||||
# Two pieces of information in one div...
|
||||
div = divs.pop(0)
|
||||
voice = self._parse_voice(div, string, num, inter)
|
||||
self.details[num].append(voice)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue