diff options
Diffstat (limited to 'tests/test_oddball.py')
-rw-r--r-- | tests/test_oddball.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_oddball.py b/tests/test_oddball.py index 05c724b6..933551ac 100644 --- a/tests/test_oddball.py +++ b/tests/test_oddball.py @@ -321,7 +321,7 @@ class ExceptionTest(CoverageTest): cov.stop() # pragma: nested # Clean the line data and compare to expected results. - # The filenames are absolute, so keep just the base. + # The file names are absolute, so keep just the base. clean_lines = {} data = cov.get_data() for callname in callnames: |