Skip to content

Commit 5100035

Browse files
committed
Update docs for configuration
1 parent bc43d49 commit 5100035

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/intro.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,9 @@ Quick help is available on the command line::
183183
Configuration
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

190190
If 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
206206
present (``.pep8`` file is also supported, but it is deprecated). If none of
207207
these files have a ``[pep8]`` section, no project specific configuration is
208208
loaded.

0 commit comments

Comments
 (0)