summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-04-26 21:02:05 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2014-04-26 21:02:05 +0200
commitddebc11cdde6674a767e23ccdcf390b2340ffd80 (patch)
tree8ba8712bcdde36c8b45a4ca7f795f6f8d00e36e1 /docs
parenta176b77c22ef0c0263ca4f956b9b7c91ea659885 (diff)
downloadpep8-ddebc11cdde6674a767e23ccdcf390b2340ffd80.tar.gz
Report E266 instead of E265 when the block common starts with multiple #; issue #270
Diffstat (limited to 'docs')
-rw-r--r--docs/intro.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/intro.rst b/docs/intro.rst
index 018521d..c0ed737 100644
--- a/docs/intro.rst
+++ b/docs/intro.rst
@@ -263,6 +263,8 @@ This is the current list of error and warning codes:
+----------+----------------------------------------------------------------------+
| E265 | block comment should start with '# ' |
+----------+----------------------------------------------------------------------+
+| E266 | too many leading '#' for block comment |
++----------+----------------------------------------------------------------------+
+----------+----------------------------------------------------------------------+
| E271 | multiple spaces after keyword |
+----------+----------------------------------------------------------------------+