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_arcs.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_arcs.py')
-rw-r--r-- | tests/test_arcs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_arcs.py b/tests/test_arcs.py index 624081db..df303d8b 100644 --- a/tests/test_arcs.py +++ b/tests/test_arcs.py @@ -11,7 +11,7 @@ from coverage.files import abs_file class SimpleArcTest(CoverageTest): - """Tests for Coverage.py's arc measurement.""" + """Tests for coverage.py's arc measurement.""" def test_simple_sequence(self): self.check_coverage("""\ |