pym
pym copied to clipboard
Python for you and me book
In [functions](http://pymbook.readthedocs.org/en/latest/functions.html#functions) chapter in first paragraph last line there is usage of word _build in_: > Reusing the same code is required many times within a same program. Functions help...
In [Data Structures](http://pymbook.readthedocs.org/en/latest/datastructure.html#lists) chapter, List section and in demo of remove function `a.remove` that block has visible `rst` `::`
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.
Fixed typos [issues151](https://github.com/kushaldas/pym/issues/151) : - [x] In `docs/hardwaresimulation.rst` observed `wtih`, now replaced with `with`. - [x] In `docs/modules.rst` observed `interpeter`, now replaced with `interpreter`. - [x] In `docs/flask.rst` observed `happend`...