diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2014-04-03 18:33:27 +0200 |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2014-04-03 18:33:27 +0200 |
commit | 634f2132c4998aa198afbff5110d6da803617468 (patch) | |
tree | a77849867774daf71cac618c98ccd409fc861263 /CHANGES.txt | |
parent | 2715ed6391410f2bc51448619caf9ceb2b02731d (diff) | |
download | pep8-634f2132c4998aa198afbff5110d6da803617468.tar.gz |
Fix line number and offset for multi-line strings; issue #220
Diffstat (limited to 'CHANGES.txt')
-rw-r--r-- | CHANGES.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 49f97be..557894c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -11,6 +11,8 @@ Changes: Bug fixes: +* Fix line number reported for multi-line strings. (Issue #220) + * Fix false positive E121/E126 with multi-line strings. (Issue #265) * Fix E501 not detected in comments with Python 2.5. |