File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -183,9 +183,9 @@ Quick help is available on the command line::
183
183
Configuration
184
184
-------------
185
185
186
- The behaviour may be configured at two levels.
186
+ The behaviour may be configured at two levels, the user and project levels .
187
187
188
- The user settings are read from the following locations:
188
+ At the user level, settings are read from the following locations:
189
189
190
190
If on Windows:
191
191
``~\.pep8 ``
@@ -202,7 +202,7 @@ Example::
202
202
ignore = E226,E302,E41
203
203
max-line-length = 160
204
204
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
206
206
present (``.pep8 `` file is also supported, but it is deprecated). If none of
207
207
these files have a ``[pep8] `` section, no project specific configuration is
208
208
loaded.
You can’t perform that action at this time.
0 commit comments