summaryrefslogtreecommitdiff
path: root/docs/intro.rst
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2016-05-31 11:57:01 -0700
committerIan Lee <IanLee1521@gmail.com>2016-05-31 11:57:01 -0700
commitf2ade60c2fd96dd7731d8ec62b3cbe6338823954 (patch)
tree35db4646daa356c8726c762c93d15ae4eec7344a /docs/intro.rst
parent56a9882ec8bea2fe3dc10ab5477187e57468f970 (diff)
downloadpep8-f2ade60c2fd96dd7731d8ec62b3cbe6338823954.tar.gz
Removed project level `.pep8` config file
Closes #364
Diffstat (limited to 'docs/intro.rst')
-rw-r--r--docs/intro.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/intro.rst b/docs/intro.rst
index 5a46a02..12f67d7 100644
--- a/docs/intro.rst
+++ b/docs/intro.rst
@@ -199,9 +199,8 @@ Example::
max-line-length = 160
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.
+present. If none of these files have a ``[pep8]`` section, no project specific
+configuration is loaded.
Error codes