diff --git a/README.md b/README.md index 710e151e..add8f82a 100644 --- a/README.md +++ b/README.md @@ -668,7 +668,7 @@ long, literate-programming-style documentation generator. ## Debugging Tools -*Libraries for dubugging and developing.* +*Libraries for debugging code.* * [pdb](https://docs.python.org/2/library/pdb.html) - (Python standard library) The Python Debugger. * [ipdb](https://pypi.python.org/pypi/ipdb) - IPython-enabled pdb. @@ -707,7 +707,7 @@ long, literate-programming-style documentation generator. * [d3py](https://github.com/mikedewar/d3py) - A plottling library for Python, based on [D3.js](http://d3js.org/). * [ggplot](https://github.com/yhat/ggplot) - Same API as ggplot2 for R. * [Kartograph.py](https://github.com/kartograph/kartograph.py) - Rendering beautiful SVG maps in Python. -* [pygal](http://pygal.org/) - A python SVG Charts Creator +* [pygal](http://pygal.org/) - A Python SVG Charts Creator. ## Machine Learning