fix a few small spelling issues

found via `pre-commit try-repo https://github.com/codespell-project/codespell --all-files`
This commit is contained in:
Anthony Sottile 2020-09-20 19:15:15 -07:00
parent 93209ffac9
commit 2fe70dda6b
14 changed files with 16 additions and 16 deletions

View file

@ -196,7 +196,7 @@ Now let's select all ``E`` class violations:
example.py:4:9: E131 continuation line unaligned for hanging indent
example.py:5:9: E121 continuation line under-indented for hanging indent
Suddenly we now have far more erors that are reported to us. Using
Suddenly we now have far more errors that are reported to us. Using
``--select`` alone will override the default ``--ignore`` list. In these cases,
the user is telling us that they want all ``E`` violations and so we ignore
our list of violations that we ignore by default.