summaryrefslogtreecommitdiff
path: root/tests/coveragetest.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/coveragetest.py')
-rw-r--r--tests/coveragetest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/coveragetest.py b/tests/coveragetest.py
index fdb27e6e..7db25de0 100644
--- a/tests/coveragetest.py
+++ b/tests/coveragetest.py
@@ -252,7 +252,7 @@ class CoverageTest(
return cov
def nice_file(self, *fparts):
- """Canonicalize the filename composed of the parts in `fparts`."""
+ """Canonicalize the file name composed of the parts in `fparts`."""
fname = os.path.join(*fparts)
return os.path.normcase(os.path.abspath(os.path.realpath(fname)))