summaryrefslogtreecommitdiff
path: root/docs/intro.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/intro.rst')
-rw-r--r--docs/intro.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/intro.rst b/docs/intro.rst
index 006187b..141463c 100644
--- a/docs/intro.rst
+++ b/docs/intro.rst
@@ -392,6 +392,11 @@ This is the current list of error and warning codes:
| W391 | blank line at end of file |
+----------+----------------------------------------------------------------------+
+----------+----------------------------------------------------------------------+
+| **W5** | *Line break warning* |
++----------+----------------------------------------------------------------------+
+| W503 | line break occurred before a binary operator |
++----------+----------------------------------------------------------------------+
++----------+----------------------------------------------------------------------+
| **W6** | *Deprecation warning* |
+----------+----------------------------------------------------------------------+
| W601 | .has_key() is deprecated, use 'in' |