summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-03-25 01:39:06 +0100
committerFlorent Xicluna <florent.xicluna@gmail.com>2014-03-25 01:39:06 +0100
commit2336afaf09875f1501f0fb05dc11c477c5c77bc1 (patch)
tree41a9a17e0d12b28943573f3ddfb43f74f263248f /docs
parent3d8365a7c8ecd165cef630cc33244e6f3bc9085f (diff)
parent856d287be3cd8101e8de703b9dd0eef263947e74 (diff)
downloadpep8-2336afaf09875f1501f0fb05dc11c477c5c77bc1.tar.gz
Merge, add E265 for space before block comment; issue #190
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 1a50424..7d2f16d 100644
--- a/docs/intro.rst
+++ b/docs/intro.rst
@@ -259,6 +259,8 @@ This is the current list of error and warning codes:
+----------+----------------------------------------------------------------------+
| E262 | inline comment should start with '# ' |
+----------+----------------------------------------------------------------------+
+| E265 | block comment should start with '# ' |
++----------+----------------------------------------------------------------------+
+----------+----------------------------------------------------------------------+
| E271 | multiple spaces after keyword |
+----------+----------------------------------------------------------------------+