summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2016-04-28 09:33:09 -0700
committerIan Lee <IanLee1521@gmail.com>2016-04-28 09:33:09 -0700
commit93209d17931da6bf4dbe2160ed761788e9aab860 (patch)
tree199c909f2ef6d9751309318d39d40bf99470c8f3
parent6dd77458e50ee6f633d3c862c0a0b3cb248180ea (diff)
downloadpep8-followup-to-499.tar.gz
Updated text list of "ignored by default" codesfollowup-to-499
-rw-r--r--docs/intro.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/intro.rst b/docs/intro.rst
index 2ce1eb6..5f7e9cd 100644
--- a/docs/intro.rst
+++ b/docs/intro.rst
@@ -408,8 +408,8 @@ This is the current list of error and warning codes:
**(*)** In the default configuration, the checks **E121**, **E123**, **E126**,
-**E133**, **E226**, **E241**, **E242** and **E704** are ignored because they
-are not rules unanimously accepted, and `PEP 8`_ does not enforce them. The
+**E133**, **E226**, **E241**, **E242**, **E704** and **W503** are ignored because
+they are not rules unanimously accepted, and `PEP 8`_ does not enforce them. The
check **E133** is mutually exclusive with check **E123**. Use switch ``--hang-
closing`` to report **E133** instead of **E123**.