diff options
author | Huw Fulcher <fulcherhuw@gmail.com> | 2014-04-29 22:23:40 +0100 |
---|---|---|
committer | Huw Fulcher <fulcherhuw@gmail.com> | 2014-04-29 22:23:40 +0100 |
commit | ede69f7a3775b0830439abc19662d4ee23b0ce0a (patch) | |
tree | 674933e1c639e2c0bb362e051b55743b5e1f238d /docs | |
parent | ae9fc22fd154ea7d16606cdf2880ed86c2eab1b1 (diff) | |
download | pep8-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.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/intro.rst | 3 |
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] |