From 14f547db1efc12b2b67e521dea6197563916740e Mon Sep 17 00:00:00 2001 From: Eduardo Rolim Date: Wed, 9 Jul 2014 16:35:59 -0300 Subject: [PATCH] Fix spelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72475ed..b610c76 100644 --- a/README.md +++ b/README.md @@ -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.