summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2014-12-18 01:20:58 -0800
committerIan Lee <IanLee1521@gmail.com>2014-12-18 01:20:58 -0800
commit53d4741dbae96d0435fd8c55176611cc38816369 (patch)
tree78bd62d9c43002144a1136747391248b7d52c304
parent1a26f6f34ae1e6391222641e2ef368f68ffc2ea3 (diff)
downloadpep8-53d4741dbae96d0435fd8c55176611cc38816369.tar.gz
Update documentation to match function.
-rw-r--r--docs/intro.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro.rst b/docs/intro.rst
index 1bcafe8..8d56add 100644
--- a/docs/intro.rst
+++ b/docs/intro.rst
@@ -280,7 +280,7 @@ This is the current list of error and warning codes:
| E228 | missing whitespace around modulo operator |
+----------+----------------------------------------------------------------------+
+----------+----------------------------------------------------------------------+
-| E231 | missing whitespace after ',' |
+| E231 | missing whitespace after ',', ';', or ':' |
+----------+----------------------------------------------------------------------+
+----------+----------------------------------------------------------------------+
| E241 (*) | multiple spaces after ',' |