summaryrefslogtreecommitdiff
path: root/docs/intro.rst
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-05-29 19:33:09 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2014-05-29 19:33:09 +0200
commit999e3357c73a48fea6df8a772435af696b3f01c0 (patch)
tree9c2ee84afa40d828b5466496acfa57f6881a2bbf /docs/intro.rst
parent3fbadb7007436c029a3ede4c057ce43171dcd617 (diff)
parentd1c33daa99c1325c16cba857248134008328fc8a (diff)
downloadpep8-999e3357c73a48fea6df8a772435af696b3f01c0.tar.gz
Report E266 instead of E265 when the block common starts with multiple #; issue #270
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 cdff2ac..88f0000 100644
--- a/docs/intro.rst
+++ b/docs/intro.rst
@@ -270,6 +270,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 |
+----------+----------------------------------------------------------------------+