summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNikhil Benesch <nikhil.benesch@gmail.com>2015-05-19 20:40:33 -0400
committerIan Lee <IanLee1521@gmail.com>2016-06-25 14:13:50 -0700
commit6b75c4de380c5e786d277851a7da8a581da53bcb (patch)
tree9af2652c530f6a77dd5dc35d53ec08d6c20c25bd /docs
parentdc08dadd84369185f3c19782fd727dbf5029a056 (diff)
downloadpep8-6b75c4de380c5e786d277851a7da8a581da53bcb.tar.gz
Fix issue #400: Require two blank lines after toplevel def, class
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 982b786..0f5132b 100644
--- a/docs/intro.rst
+++ b/docs/intro.rst
@@ -322,6 +322,8 @@ This is the current list of error and warning codes:
+------------+----------------------------------------------------------------------+
| E304 | blank lines found after function decorator |
+------------+----------------------------------------------------------------------+
+| E305 | expected 2 blank lines after end of function or class |
++------------+----------------------------------------------------------------------+
+------------+----------------------------------------------------------------------+
| **E4** | *Import* |
+------------+----------------------------------------------------------------------+