Fix English: "childs" into "children"

refs #1675
This commit is contained in:
Laurent Bachelier 2014-11-21 16:22:31 +01:00 committed by Romain Bignon
commit 88df613a53
5 changed files with 11 additions and 11 deletions

View file

@ -48,7 +48,7 @@ class CitiesPage(JsonPage):
class PhonePage(HTMLPage):
def get_phone(self):
return CleanText('//div[has-class("phone")]', childs=False)(self.doc)
return CleanText('//div[has-class("phone")]', children=False)(self.doc)
class HousingPage(HTMLPage):