summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author⁣ Florian Best <spaceone@users.noreply.github.com>2016-11-07 04:04:52 +0100
committerSpaceOne <space@wechall.net>2016-11-08 21:10:40 +0100
commit349deeae7f03a77954189553f5eace8fe0e980ec (patch)
tree02b8defd59985e8ade2556566c9786fb2fb8dea1
parentd12e2ea39745bd3bb9e819d7342e4c1d73dbb008 (diff)
downloadpep8-349deeae7f03a77954189553f5eace8fe0e980ec.tar.gz
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* |
+------------+----------------------------------------------------------------------+