summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-05-29 19:27:05 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2014-05-29 19:27:05 +0200
commit3fbadb7007436c029a3ede4c057ce43171dcd617 (patch)
tree470427306dea2f04fdb228f66d25d9bb50fe0fae /docs
parent46a2d180b43c152c3fbad91487a77c69a86bcf4d (diff)
parent8a37cd90fdc731d151628b541d3edfd056f67e7c (diff)
downloadpep8-3fbadb7007436c029a3ede4c057ce43171dcd617.tar.gz
Replace codes E111/2/3 with E114/5/6 for indentation of comments; issue #274
Diffstat (limited to 'docs')
-rw-r--r--docs/intro.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/intro.rst b/docs/intro.rst
index 27f125a..cdff2ac 100644
--- a/docs/intro.rst
+++ b/docs/intro.rst
@@ -194,6 +194,12 @@ This is the current list of error and warning codes:
+----------+----------------------------------------------------------------------+
| E113 | unexpected indentation |
+----------+----------------------------------------------------------------------+
+| E114 | indentation is not a multiple of four (comment) |
++----------+----------------------------------------------------------------------+
+| E115 | expected an indented block (comment) |
++----------+----------------------------------------------------------------------+
+| E116 | unexpected indentation (comment) |
++----------+----------------------------------------------------------------------+
+----------+----------------------------------------------------------------------+
| E121 (^) | continuation line under-indented for hanging indent |
+----------+----------------------------------------------------------------------+