Skip to content

Commit def3750

Browse files
committed
Corrected some formatting
1 parent 07d3529 commit def3750

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/intro.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
124125
Quick help is available on the command line::
125126

126127
$ pep8 -h

0 commit comments

Comments
 (0)