summaryrefslogtreecommitdiff
path: root/tests/test_api.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_api.py')
-rw-r--r--tests/test_api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_api.py b/tests/test_api.py
index 40054cc5..92d3cbc9 100644
--- a/tests/test_api.py
+++ b/tests/test_api.py
@@ -19,7 +19,7 @@ class ApiTest(CoverageTest):
"""Api-oriented tests for coverage.py."""
def clean_files(self, files, pats):
- """Remove names matching `pats` from `files`, a list of filenames."""
+ """Remove names matching `pats` from `files`, a list of file names."""
good = []
for f in files:
for pat in pats: