lettuce icon indicating copy to clipboard operation
lettuce copied to clipboard

demo code has an IndentationError

Open zhangming0509 opened this issue 8 years ago • 1 comments

the last demo in the lettuce tutorial has an IndentationError

  def have_the_number(self, step, number):
    '''I have the number (\d+)'''
      self.set_number(number)

zhangming0509 avatar Mar 14 '16 07:03 zhangming0509

good point, looks like the problem can be fixed here: https://github.com/gabrielfalcao/lettuce/blob/master/_public/tutorial/simple.html#L412

But that file is complicated.. I can't figure it out.

nikolas avatar Mar 15 '16 19:03 nikolas