diff options
Diffstat (limited to 'tests/test_farm.py')
-rw-r--r-- | tests/test_farm.py | 2 |
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): |