summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Wang <mattwyl@gmail.com>2013-02-26 10:45:08 +0800
committerMatthew Wang <mattwyl@gmail.com>2013-02-26 10:45:08 +0800
commit5657753bf696a0264a651032965f2d451987e436 (patch)
tree609c460146b03084bbda027e96b0a286f63197ce
parent9aac3c0685843b8c1c204a83354de89f0c13979a (diff)
downloadpep8-5657753bf696a0264a651032965f2d451987e436.tar.gz
Update intro.rst for E251 as well
-rw-r--r--docs/intro.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro.rst b/docs/intro.rst
index a253901..b9db697 100644
--- a/docs/intro.rst
+++ b/docs/intro.rst
@@ -245,7 +245,7 @@ This is the current list of error and warning codes:
| E242 (*) | tab after ',' |
+----------+----------------------------------------------------------------------+
+----------+----------------------------------------------------------------------+
-| E251 | no spaces around keyword / parameter equals |
+| E251 | unexpected spaces around keyword / parameter equals |
+----------+----------------------------------------------------------------------+
+----------+----------------------------------------------------------------------+
| E261 | at least two spaces before inline comment |