diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2013-06-15 18:28:20 +0200 |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2013-06-15 18:28:20 +0200 |
commit | 6a178441b691eeb6bf4179b4253565979f309c79 (patch) | |
tree | d54a31576f391a46cf06334973c25a336f258e75 /docs | |
parent | f3d77362e3a27dbd92cd08ccbf495e6481abfe75 (diff) | |
download | pep8-6a178441b691eeb6bf4179b4253565979f309c79.tar.gz |
Missing blank line in documentation
Diffstat (limited to 'docs')
-rw-r--r-- | docs/intro.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/intro.rst b/docs/intro.rst index 81fc41b..7efeded 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -211,6 +211,7 @@ This is the current list of error and warning codes: +----------+----------------------------------------------------------------------+ | E133 (*) | closing bracket is missing indentation | +----------+----------------------------------------------------------------------+ ++----------+----------------------------------------------------------------------+ | **E2** | *Whitespace* | +----------+----------------------------------------------------------------------+ | E201 | whitespace after '(' | |