diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-11-17 22:04:22 +0000 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-11-17 22:04:22 +0000 |
| commit | 3f6cb392191bb1124cce2ef8d0286b5729e7c0fe (patch) | |
| tree | a394a79ac074efabe7777b6c1a9922d740a099c9 | |
| parent | c2eff52aff2bb1a2a5a6a2f69c9f63a8ae2c64d4 (diff) | |
| parent | cd2f72b21b65e35ad3b9b0d2dbab935b6e523e9b (diff) | |
| download | flake8-3f6cb392191bb1124cce2ef8d0286b5729e7c0fe.tar.gz | |
Merge branch 'typos' into 'master'
Fix some typos in release notes
See merge request !150
| -rw-r--r-- | docs/source/release-notes/3.1.0.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/release-notes/3.1.0.rst b/docs/source/release-notes/3.1.0.rst index 0b81792..a51b309 100644 --- a/docs/source/release-notes/3.1.0.rst +++ b/docs/source/release-notes/3.1.0.rst @@ -22,7 +22,7 @@ You can view the `3.1.0 milestone`_ on GitLab for more details. SyntaxErrors that occur at a newline, this caused the position to be visually off by two. (See also `GitLab#237`_) -- Fix the behaviour of ``--enable-extenstions``. Previously, items specified +- Fix the behaviour of ``--enable-extensions``. Previously, items specified here were still ignored due to the fact that the off-by-default extension codes were being left in the ``ignore`` list. (See also `GitLab#239`_) @@ -35,7 +35,7 @@ You can view the `3.1.0 milestone`_ on GitLab for more details. have fixed this bug. (See also `GitLab#245`_) - Add new File Processor attribute, ``previous_unindented_logical_line`` to - accomodate pycodestyle 2.1.0. (See also `GitLab#246`_) + accommodate pycodestyle 2.1.0. (See also `GitLab#246`_) - When something goes wrong, exit non-zero. (See also `GitLab#248`_, `GitLab#209`_) |
