summaryrefslogtreecommitdiff
path: root/docs/intro.rst
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-03-25 23:28:21 +0100
committerFlorent Xicluna <florent.xicluna@gmail.com>2014-03-25 23:28:21 +0100
commite9218880caa903765864a27fd024a690fe42a31d (patch)
tree42dd0061f75762ae2751b75fe585403215e55bc3 /docs/intro.rst
parentfed43c5b560c90995e2ea3f742f2bf6b6e497657 (diff)
downloadpep8-e9218880caa903765864a27fd024a690fe42a31d.tar.gz
Report E131 instead of E121 / E126 for unaligned hanging indent
Diffstat (limited to 'docs/intro.rst')
-rw-r--r--docs/intro.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/intro.rst b/docs/intro.rst
index d88b792..0f1c077 100644
--- a/docs/intro.rst
+++ b/docs/intro.rst
@@ -212,6 +212,8 @@ This is the current list of error and warning codes:
+----------+----------------------------------------------------------------------+
| E129 (^) | visually indented line with same indent as next logical line |
+----------+----------------------------------------------------------------------+
+| E131 (^) | continuation line unaligned for hanging indent |
++----------+----------------------------------------------------------------------+
| E133 (*) | closing bracket is missing indentation |
+----------+----------------------------------------------------------------------+
+----------+----------------------------------------------------------------------+