kushaldas / pym

Python for you and me book
674 stars 288 forks source link

need indendation in a line #49

Open tshrinivasan opened 10 years ago

tshrinivasan commented 10 years ago

In this piece of code,

https://github.com/kushaldas/pym/blob/master/docs/operatorsexpressions.rst#evaluateequpy

print "%2d %6.4f" % (i , sum)

should be indented. it should come inside the for loop.

fix this.

Thanks.

sheeshmohsin commented 10 years ago

50