summaryrefslogtreecommitdiff
path: root/igor.py
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2021-08-01 12:52:42 +0200
committerGitHub <noreply@github.com>2021-08-01 03:52:42 -0700
commitf3059761830a0716504b04d25a4045c2f4ef4402 (patch)
tree8071ee5c84f35bc7a6238824cacfb44edffc3339 /igor.py
parent7fe106b9fef26478ba10a6f206baf70eee201d4a (diff)
downloadpython-coveragepy-git-f3059761830a0716504b04d25a4045c2f4ef4402.tar.gz
style: fix typos discovered by codespell (#1197)
python3 -m pip install codespell codespell --ignore-words-list="ba,cant,datas,hart,linke,ned,nin,overthere,upto" --skip="*.js" * Fix typos discovered by codespell * datas * intgers ==> integers
Diffstat (limited to 'igor.py')
-rw-r--r--igor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/igor.py b/igor.py
index c4d0dc6e..e6b3c313 100644
--- a/igor.py
+++ b/igor.py
@@ -25,7 +25,7 @@ except ImportError:
# We want to be able to run this for some tasks that don't need pytest.
pytest = None
-# Contants derived the same as in coverage/env.py. We can't import
+# Constants derived the same as in coverage/env.py. We can't import
# that file here, it would be evaluated too early and not get the
# settings we make in this file.