summaryrefslogtreecommitdiff
path: root/docs/intro.rst
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2016-04-20 08:29:36 -0500
committerIan Cordasco <graffatcolmingov@gmail.com>2016-04-23 15:15:43 -0500
commitbac13b8187e5f1d120ff692897b2ac539593ebb4 (patch)
treeebeeaf56451d98a195fe673b03c3a32302fa508f /docs/intro.rst
parenteae54ff0e4c50ccc4507e95a2f8689fefb89e70e (diff)
downloadpep8-bac13b8187e5f1d120ff692897b2ac539593ebb4.tar.gz
Add W503 to default ignore list
Closes #498
Diffstat (limited to 'docs/intro.rst')
-rw-r--r--docs/intro.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro.rst b/docs/intro.rst
index e26daf7..2ce1eb6 100644
--- a/docs/intro.rst
+++ b/docs/intro.rst
@@ -392,7 +392,7 @@ This is the current list of error and warning codes:
+------------+----------------------------------------------------------------------+
| **W5** | *Line break warning* |
+------------+----------------------------------------------------------------------+
-| W503 | line break occurred before a binary operator |
+| W503 (*) | line break occurred before a binary operator |
+------------+----------------------------------------------------------------------+
+------------+----------------------------------------------------------------------+
| **W6** | *Deprecation warning* |