Indented line to show continuation

This commit is contained in:
Philip Ridout 2013-08-12 19:19:57 +01:00
parent a37ae5880f
commit bc214ac990
1 changed files with 1 additions and 1 deletions

View File

@ -375,7 +375,7 @@ class BSExtract(object):
content = content.findAll(u'li')
return [
book.contents[0].contents[0] for book in content
if len(book.contents[0].contents)
if len(book.contents[0].contents)
]