summaryrefslogtreecommitdiff
path: root/tests/test_farm.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_farm.py
parent33d7789e8e6c15aae52cf3e36eecbd48f36e248e (diff)
downloadpython-coveragepy-git-d5a89ab843542f88544a0f55900093329ef6b85c.tar.gz
Fix 'filename' to be 'file name' in English.
Diffstat (limited to 'tests/test_farm.py')
-rw-r--r--tests/test_farm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_farm.py b/tests/test_farm.py
index fbb97bed..0db0af88 100644
--- a/tests/test_farm.py
+++ b/tests/test_farm.py
@@ -152,7 +152,7 @@ def run(cmds, rundir="src", outfile=None):
`cmds` is a string, commands separated by newlines.
`rundir` is the directory in which to run the commands.
- `outfile` is a filename to redirect stdout to.
+ `outfile` is a file name to redirect stdout to.
"""
with change_dir(rundir):