This commit is contained in:
Aditya Bhargava
2016-07-18 11:50:19 -07:00
parent 67ddd52b13
commit cbac1989d6

12
errata.markdown Normal file
View File

@@ -0,0 +1,12 @@
Page 41 [Image]:
if i <= 1
WE ARE DONE
Code sample is `i <= 0`. Should match?
Page 43 [Snippet 2]:
def greet2(name):
...
def bye():
print "ok bye!"
`def bye()` should be aligned with `def greet2(name)` not nested?