summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2016-11-08 21:30:11 -0800
committerGitHub <noreply@github.com>2016-11-08 21:30:11 -0800
commitab324d738afef436dcf39e9d2963642f26534235 (patch)
tree059c658de1b5f96c5ce1b34b2c6b1dc028ed9792
parente5411e15e7fb919c3bdcc08e37e9d4134e255ed3 (diff)
parent349deeae7f03a77954189553f5eace8fe0e980ec (diff)
downloadpep8-ab324d738afef436dcf39e9d2963642f26534235.tar.gz
Merge pull request #595 from spaceone/patch-1
Add E306 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 0f5132b..b1dc689 100644
--- a/docs/intro.rst
+++ b/docs/intro.rst
@@ -324,6 +324,8 @@ This is the current list of error and warning codes:
+------------+----------------------------------------------------------------------+
| E305 | expected 2 blank lines after end of function or class |
+------------+----------------------------------------------------------------------+
+| E306 | expected 1 blank line before a nested definition |
++------------+----------------------------------------------------------------------+
+------------+----------------------------------------------------------------------+
| **E4** | *Import* |
+------------+----------------------------------------------------------------------+