diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/intro.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/intro.rst b/docs/intro.rst index d3cd755..2281ef1 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -106,7 +106,8 @@ Or you can display how often each error was found:: 612 W601 .has_key() is deprecated, use 'in' 1188 W602 deprecated form of raising exception -You can also make pep8.py show the error text in different formats by using --format having options default/pylint/custom:: +You can also make pycodestyle.py show the error text in different formats by +using --format having options default/pylint/custom:: $ pycodestyle testsuite/E40.py --format=default testsuite/E40.py:2:10: E401 multiple imports on one line |