summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnn Paul <ann@coffeemeetsbagel.com>2017-10-14 18:10:25 -0700
committerAnn Paul <ann@coffeemeetsbagel.com>2017-10-14 18:10:25 -0700
commit6853b3f76a10add4b04a689348fbe6ce72ef0e62 (patch)
tree039fc75220e184e57572f068ad358fc072518785
parent373179b1d2bac50204fc2a125b2d743ae07d0296 (diff)
downloadpep8-6853b3f76a10add4b04a689348fbe6ce72ef0e62.tar.gz
Maintain alphabetical ordering
-rw-r--r--docs/intro.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro.rst b/docs/intro.rst
index 51ec758..9af82da 100644
--- a/docs/intro.rst
+++ b/docs/intro.rst
@@ -196,10 +196,10 @@ Else if :envvar:`XDG_CONFIG_HOME` is not defined:
Example::
[pycodestyle]
+ count = False
ignore = E226,E302,E41
max-line-length = 160
statistics = True
- count = False
At the project level, a ``setup.cfg`` file or a ``tox.ini`` file is read if
present. If none of these files have a ``[pycodestyle]`` section, no project