summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHuw Fulcher <fulcherhuw@gmail.com>2014-04-29 22:23:40 +0100
committerHuw Fulcher <fulcherhuw@gmail.com>2014-04-29 22:23:40 +0100
commitede69f7a3775b0830439abc19662d4ee23b0ce0a (patch)
tree674933e1c639e2c0bb362e051b55743b5e1f238d
parentae9fc22fd154ea7d16606cdf2880ed86c2eab1b1 (diff)
downloadpep8-ede69f7a3775b0830439abc19662d4ee23b0ce0a.tar.gz
Fixed #281 in docs
Updated the Configuration section of the Intro Documentation to tell Windows users where their .pep8 configuration file is stored.
-rw-r--r--docs/intro.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/intro.rst b/docs/intro.rst
index 018521d..fd2644e 100644
--- a/docs/intro.rst
+++ b/docs/intro.rst
@@ -158,7 +158,8 @@ Configuration
The behaviour may be configured at two levels.
-The user settings are read from the ``~/.config/pep8`` file.
+The user settings are read from the ``~/.config/pep8`` file and
+for Windows from the ``~\.pep8`` file.
Example::
[pep8]