Whitespace

This commit is contained in:
Laurent Bachelier 2013-04-03 18:58:55 +02:00
commit 13026702bd
4 changed files with 5 additions and 5 deletions

View file

@ -90,7 +90,7 @@ class RecipePage(BasePage):
num_instr = 1
for inst in l_divinst:
instructions += '%s: %s\n' % (num_instr, inst.text_content())
num_instr += 1
num_instr += 1
prepmin = 0
emprep = self.parser.select(self.document.getroot(), 'span#prepHoursSpan em')