File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -183,9 +183,9 @@ Quick help is available on the command line::
183183Configuration
184184-------------
185185
186- The behaviour may be configured at two levels.
186+ The behaviour may be configured at two levels, the user and project levels .
187187
188- The user settings are read from the following locations:
188+ At the user level, settings are read from the following locations:
189189
190190If on Windows:
191191 ``~\.pep8 ``
@@ -202,7 +202,7 @@ Example::
202202 ignore = E226,E302,E41
203203 max-line-length = 160
204204
205- At the project level, a ``tox.ini `` file or a ``setup.cfg `` file is read if
205+ At the project level, a ``setup.cfg `` file or a ``tox.ini `` file is read if
206206present (``.pep8 `` file is also supported, but it is deprecated). If none of
207207these files have a ``[pep8] `` section, no project specific configuration is
208208loaded.
You can’t perform that action at this time.
0 commit comments