From 510003502b5e067b927e9a62b69937cd9b0eff6e Mon Sep 17 00:00:00 2001 From: Ian Lee Date: Mon, 29 Dec 2014 13:10:14 -0800 Subject: Update docs for configuration --- docs/intro.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/intro.rst b/docs/intro.rst index a5da86a..13a9553 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -183,9 +183,9 @@ Quick help is available on the command line:: Configuration ------------- -The behaviour may be configured at two levels. +The behaviour may be configured at two levels, the user and project levels. -The user settings are read from the following locations: +At the user level, settings are read from the following locations: If on Windows: ``~\.pep8`` @@ -202,7 +202,7 @@ Example:: ignore = E226,E302,E41 max-line-length = 160 -At the project level, a ``tox.ini`` file or a ``setup.cfg`` file is read if +At the project level, a ``setup.cfg`` file or a ``tox.ini`` file is read if present (``.pep8`` file is also supported, but it is deprecated). If none of these files have a ``[pep8]`` section, no project specific configuration is loaded. -- cgit v1.2.1