From be4cea389de959e48b9b4ace7de03a9e8e544048 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 27 Jul 2015 21:52:13 -0400 Subject: Fix a few more occurrences of 'Coverage' to 'coverage.py' --- tests/test_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_api.py') diff --git a/tests/test_api.py b/tests/test_api.py index dc472c0..25d104c 100644 --- a/tests/test_api.py +++ b/tests/test_api.py @@ -16,7 +16,7 @@ from tests.coveragetest import CoverageTest class ApiTest(CoverageTest): - """Api-oriented tests for Coverage.""" + """Api-oriented tests for coverage.py.""" def clean_files(self, files, pats): """Remove names matching `pats` from `files`, a list of filenames.""" -- cgit v1.2.1