zhangming0509

Results 1 issues of zhangming0509

the last demo in the [lettuce tutorial](http://lettuce.it/tutorial/simple.html#tutorial-simple) has an IndentationError ``` def have_the_number(self, step, number): '''I have the number (\d+)''' self.set_number(number) ```