summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2014-12-14 17:59:25 -0800
committerIan Lee <IanLee1521@gmail.com>2014-12-14 17:59:25 -0800
commitf07ab575a8427751de63e10e02efae80c9085fbf (patch)
treea7b4b8ba9a296b632a091ac637f605d817236257
parentd80fc1241c9a13c6585f65b217cac33f8dc6d2d7 (diff)
downloadpep8-f07ab575a8427751de63e10e02efae80c9085fbf.tar.gz
Add error code E402 to docs; issue #304
-rw-r--r--docs/intro.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/intro.rst b/docs/intro.rst
index 7d05cd8..1bcafe8 100644
--- a/docs/intro.rst
+++ b/docs/intro.rst
@@ -324,6 +324,8 @@ This is the current list of error and warning codes:
+----------+----------------------------------------------------------------------+
| E401 | multiple imports on one line |
+----------+----------------------------------------------------------------------+
+| E402 | module level import not at top of file |
++----------+----------------------------------------------------------------------+
+----------+----------------------------------------------------------------------+
| **E5** | *Line length* |
+----------+----------------------------------------------------------------------+