summaryrefslogtreecommitdiff
path: root/tests/test_oddball.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-08-20 13:44:11 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-08-20 13:44:11 -0400
commitd5a89ab843542f88544a0f55900093329ef6b85c (patch)
tree096e088a8193c4d3ecd96755f9f35793d2a0bb76 /tests/test_oddball.py
parent33d7789e8e6c15aae52cf3e36eecbd48f36e248e (diff)
downloadpython-coveragepy-git-d5a89ab843542f88544a0f55900093329ef6b85c.tar.gz
Fix 'filename' to be 'file name' in English.
Diffstat (limited to 'tests/test_oddball.py')
-rw-r--r--tests/test_oddball.py2
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: