summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorŁukasz Rogalski <rogalski.91@gmail.com>2016-03-23 23:24:51 +0100
committerŁukasz Rogalski <rogalski.91@gmail.com>2016-03-29 18:42:30 +0200
commitb7bf8c80608baa9ebbc6ab5c7692a58243c6f775 (patch)
treee4b985a471511fb1b78f7337bd3d7392e03a45e2 /docs
parent2e151c544a4312ec9721c6abedd0f1e4067f9231 (diff)
downloadpep8-b7bf8c80608baa9ebbc6ab5c7692a58243c6f775.tar.gz
complain about missing space before opening parentheses of import statement
Solves issue #489
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 6d1b191..e26daf7 100644
--- a/docs/intro.rst
+++ b/docs/intro.rst
@@ -313,6 +313,8 @@ This is the current list of error and warning codes:
+------------+----------------------------------------------------------------------+
| E274 | tab before keyword |
+------------+----------------------------------------------------------------------+
+| E275 | missing whitespace after keyword |
++------------+----------------------------------------------------------------------+
+------------+----------------------------------------------------------------------+
| **E3** | *Blank line* |
+------------+----------------------------------------------------------------------+