File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,7 +111,8 @@ Or you can display how often each error was found::
111111 612 W601 .has_key() is deprecated, use 'in'
112112 1188 W602 deprecated form of raising exception
113113
114- You can also make pep8.py show the error text in different formats by using --format having options default/pylint/custom
114+ You can also make pep8.py show the error text in different formats by using --format having options default/pylint/custom::
115+
115116 $ pep8 testsuite/E40.py --format=default
116117 testsuite/E40.py:2:10: E401 multiple imports on one line
117118
@@ -120,7 +121,7 @@ You can also make pep8.py show the error text in different formats by using --fo
120121
121122 $ pep8 testsuite/E40.py --format='%(path)s|%(row)d|%(col)d| %(code)s %(text)s'
122123 testsuite/E40.py|2|10| E401 multiple imports on one line
123-
124+
124125Quick help is available on the command line::
125126
126127 $ pep8 -h
You can’t perform that action at this time.
0 commit comments