diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2013-03-22 00:04:04 +0100 |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2013-03-22 00:04:04 +0100 |
commit | 3f340b8b02d1fe28e3b0c7d5631c373cd97c1e15 (patch) | |
tree | ba4860da21d931c93a36ccea7d017647de572637 /docs | |
parent | b48efd314b982b00275924e6c81d4e96b7a32df4 (diff) | |
download | pep8-3f340b8b02d1fe28e3b0c7d5631c373cd97c1e15.tar.gz |
Split E125 for visual indent versus hanging indent; issue #126
Diffstat (limited to 'docs')
-rw-r--r-- | docs/intro.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/intro.rst b/docs/intro.rst index c22df98..d8153e3 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -199,7 +199,7 @@ This is the current list of error and warning codes: +----------+----------------------------------------------------------------------+ | E124 (^) | closing bracket does not match visual indentation | +----------+----------------------------------------------------------------------+ -| E125 (^) | continuation line does not distinguish itself from next logical line | +| E125 (^) | continuation line with same indent as next logical line | +----------+----------------------------------------------------------------------+ | E126 (^) | continuation line over-indented for hanging indent | +----------+----------------------------------------------------------------------+ @@ -207,6 +207,8 @@ This is the current list of error and warning codes: +----------+----------------------------------------------------------------------+ | E128 (^) | continuation line under-indented for visual indent | +----------+----------------------------------------------------------------------+ +| E129 (^) | visually indented line with same indent as next logical line | ++----------+----------------------------------------------------------------------+ +----------+----------------------------------------------------------------------+ | **E2** | *Whitespace* | +----------+----------------------------------------------------------------------+ |