diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-07-26 19:15:08 -0500 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-07-26 19:45:05 -0500 |
| commit | 6eca38f2f2a15765aecef010f878aa17fdbe1db7 (patch) | |
| tree | c209a7a9463df7c6173a74319b1f48a8d1744d3b /docs | |
| parent | ec6165e9d86b8ea88bfe713bad282a8188403575 (diff) | |
| download | flake8-6eca38f2f2a15765aecef010f878aa17fdbe1db7.tar.gz | |
Fix zero-indexed column numbering
We accidentally changed column numbering from one-indexed to
zero-indexed.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/source/release-notes/3.0.2.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/source/release-notes/3.0.2.rst b/docs/source/release-notes/3.0.2.rst index 7bdb803..4fbc0a4 100644 --- a/docs/source/release-notes/3.0.2.rst +++ b/docs/source/release-notes/3.0.2.rst @@ -3,6 +3,9 @@ - Fix local config file discovery. (See also `GitLab#181`_) +- Fix indexing of column numbers. We accidentally were starting column indices + at 0 instead of 1. + .. links .. _GitLab#181: |
