Update README.md

Tweaked the description of Pylint
This commit is contained in:
vinotheassassin 2015-10-28 19:53:52 -07:00
parent 03ce7d88f5
commit cd4634c7a2

View file

@ -895,7 +895,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
* [pysonar2](https://github.com/yinwang0/pysonar2) - A type inferencer and indexer for Python.
* Linter
* [Flake8](https://pypi.python.org/pypi/flake8) - The modular source code checker: pep8, pyflakes and co.
* [Pylint](http://www.pylint.org/) - A source code analyzer.
* [Pylint](http://www.pylint.org/) - A Fully customizable source code analyzer.
* [pylama](https://pylama.readthedocs.org/) - Code audit tool for Python and JavaScript.
## Debugging Tools