summaryrefslogtreecommitdiff
path: root/docs/source/release-notes
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2020-09-20 19:15:15 -0700
committerAnthony Sottile <asottile@umich.edu>2020-09-20 19:16:10 -0700
commit2fe70dda6b6327b00f318e121016f3ca372461c2 (patch)
treec4a2ea2bae5e8570c7110633f9b2be8959bad089 /docs/source/release-notes
parent93209ffac9f7dd5a1bdf2f3a01409d18339554a5 (diff)
downloadflake8-2fe70dda6b6327b00f318e121016f3ca372461c2.tar.gz
fix a few small spelling issues
found via `pre-commit try-repo https://github.com/codespell-project/codespell --all-files`
Diffstat (limited to 'docs/source/release-notes')
-rw-r--r--docs/source/release-notes/3.7.7.rst4
-rw-r--r--docs/source/release-notes/3.8.2.rst2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/release-notes/3.7.7.rst b/docs/source/release-notes/3.7.7.rst
index 2928906..7948f00 100644
--- a/docs/source/release-notes/3.7.7.rst
+++ b/docs/source/release-notes/3.7.7.rst
@@ -6,8 +6,8 @@ You can view the `3.7.7 milestone`_ on GitLab for more details.
Bugs Fixed
~~~~~~~~~~
-- Fix crahes in plugins causing ``flake8`` to hang while unpickling errors (See
- also `GitLab!308`_, `GitLab#505`_)
+- Fix crashes in plugins causing ``flake8`` to hang while unpickling errors
+ (See also `GitLab!308`_, `GitLab#505`_)
.. all links
diff --git a/docs/source/release-notes/3.8.2.rst b/docs/source/release-notes/3.8.2.rst
index 9fbb79f..813858e 100644
--- a/docs/source/release-notes/3.8.2.rst
+++ b/docs/source/release-notes/3.8.2.rst
@@ -6,7 +6,7 @@ You can view the `3.8.2 milestone`_ on GitLab for more details.
Bugs Fixed
~~~~~~~~~~
-- Improve performance by eliminating unncessary sort (See also `GitLab!429`_)
+- Improve performance by eliminating unnecessary sort (See also `GitLab!429`_)
- Improve messaging of ``--jobs`` argument by utilizing ``argparse`` (See also
`GitLab!428`_, `GitLab#567`_)