diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2012-12-22 22:18:08 +0100 |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2012-12-22 22:18:08 +0100 |
commit | 136d079e8d6be7f3d0d2b1eb70e58441b2f9def5 (patch) | |
tree | 741991bb0052db5548213a8fe961a3d92d2afa4b /docs | |
parent | 4eb9802a8d5c741366bf542bdf3e57eece0dc53f (diff) | |
download | pep8-136d079e8d6be7f3d0d2b1eb70e58441b2f9def5.tar.gz |
Fix the sample output and remove duplication of the examples.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/intro.rst | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/intro.rst b/docs/intro.rst index e2c668b..0dae02c 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -148,12 +148,13 @@ Quick help is available on the command line:: --benchmark measure processing speed Configuration: - The project options are read from the [pep8] section of the .pep8 file - located in any parent folder of the path(s) being processed. Allowed - options are: exclude, filename, select, ignore, max-line-length, - count, format, quiet, show-pep8, show-source, statistics, verbose. + The project options are read from the [pep8] section of the tox.ini + file or the setup.cfg file located in any parent folder of the path(s) + being processed. Allowed options are: exclude, filename, select, + ignore, max-line-length, count, format, quiet, show-pep8, show-source, + statistics, verbose. - --config=path config file location (default: /home/user/.config/pep8) + --config=path user config file location (default: ~/.config/pep8) Configuration |