diff options
author | Christian Clauss <cclauss@me.com> | 2021-08-01 12:52:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-01 03:52:42 -0700 |
commit | f3059761830a0716504b04d25a4045c2f4ef4402 (patch) | |
tree | 8071ee5c84f35bc7a6238824cacfb44edffc3339 /tests/test_config.py | |
parent | 7fe106b9fef26478ba10a6f206baf70eee201d4a (diff) | |
download | python-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 'tests/test_config.py')
-rw-r--r-- | tests/test_config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_config.py b/tests/test_config.py index 2bef500e..bf9cb4a5 100644 --- a/tests/test_config.py +++ b/tests/test_config.py @@ -448,7 +448,7 @@ class ConfigFileTest(UsingModulesMixin, CoverageTest): cover_pylib = TRUE parallel = on concurrency = thread - ; this omit is overriden by the omit from [report] + ; this omit is overridden by the omit from [report] omit = twenty source = myapp source_pkgs = ned |