summaryrefslogtreecommitdiff
path: root/docs/source/user
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/user
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/user')
-rw-r--r--docs/source/user/violations.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/user/violations.rst b/docs/source/user/violations.rst
index 8681276..e7591e7 100644
--- a/docs/source/user/violations.rst
+++ b/docs/source/user/violations.rst
@@ -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.