diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-27 21:52:13 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-27 21:52:13 -0400 |
commit | 6ff836f35e09dc8a107248b096cc133a423a4c11 (patch) | |
tree | 2c29785fea8876ce803ed6f6b5c3f4ebfeedc4ad /tests/test_phystokens.py | |
parent | ba704d02a40b8f8067c2624a8c7add9618f2e41d (diff) | |
download | python-coveragepy-git-6ff836f35e09dc8a107248b096cc133a423a4c11.tar.gz |
Fix a few more occurrences of 'Coverage' to 'coverage.py'
Diffstat (limited to 'tests/test_phystokens.py')
-rw-r--r-- | tests/test_phystokens.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_phystokens.py b/tests/test_phystokens.py index a8de2985..b4a106fd 100644 --- a/tests/test_phystokens.py +++ b/tests/test_phystokens.py @@ -30,7 +30,7 @@ HERE = os.path.dirname(__file__) class PhysTokensTest(CoverageTest): - """Tests for Coverage.py's improved tokenizer.""" + """Tests for coverage.py's improved tokenizer.""" run_in_temp_dir = False |