diff options
Diffstat (limited to 'tests/backtest.py')
-rw-r--r-- | tests/backtest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/backtest.py b/tests/backtest.py index 574e6ac4..73b1067d 100644 --- a/tests/backtest.py +++ b/tests/backtest.py @@ -10,7 +10,7 @@ import subprocess # This isn't really a backward compatibility thing, should be moved into a # helpers file or something. def run_command(cmd): - """Run a command in a subprocess. + """Run a command in a sub-process. Returns the exit status code and the combined stdout and stderr. |