summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Cordasco <sigmavirus24@users.noreply.github.com>2015-10-25 21:03:34 -0500
committerIan Cordasco <sigmavirus24@users.noreply.github.com>2015-10-25 21:03:34 -0500
commit72e76ab03bd8ea27196ec6c6aa609c4a9ddd0d38 (patch)
tree7cc17b85430db4f4cd9e8c02bf34d1f44d70b272
parent5a56e326e4b200b361f6e8ad53c026d524fc59ac (diff)
parent8b5c8f4f762ed9f660f2d034ad5c602909c133f9 (diff)
downloadpep8-72e76ab03bd8ea27196ec6c6aa609c4a9ddd0d38.tar.gz
Merge pull request #453 from PyCQA/issue-452
Closes #452 - Mention `ignore` in Error codes and not Configuration
-rw-r--r--docs/intro.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/intro.rst b/docs/intro.rst
index 3a605eb..97b0a68 100644
--- a/docs/intro.rst
+++ b/docs/intro.rst
@@ -207,10 +207,6 @@ 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.
-If the ``ignore`` option is not in the configuration and not in the arguments,
-only the error codes ``E123/E133``, ``E226`` and ``E241/E242`` are ignored
-(see below).
-
Error codes
-----------