diff options
author | Ian Lee <IanLee1521@gmail.com> | 2014-12-18 01:20:58 -0800 |
---|---|---|
committer | Ian Lee <IanLee1521@gmail.com> | 2014-12-18 01:20:58 -0800 |
commit | 53d4741dbae96d0435fd8c55176611cc38816369 (patch) | |
tree | 78bd62d9c43002144a1136747391248b7d52c304 /docs | |
parent | 1a26f6f34ae1e6391222641e2ef368f68ffc2ea3 (diff) | |
download | pep8-53d4741dbae96d0435fd8c55176611cc38816369.tar.gz |
Update documentation to match function.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/intro.rst | 2 |
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 ',' | |