Fix spelling

This commit is contained in:
Eduardo Rolim 2014-07-09 16:35:59 -03:00
parent 08f906b825
commit 14f547db1e

View File

@ -467,7 +467,7 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b
## 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.