diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2014-11-27 10:36:16 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2014-11-27 10:36:16 -0500 |
commit | 16a6d9c45e80a67fe201fd0fe354fcd4aae25c9a (patch) | |
tree | c8ed0b7c2ce2dd1097ef72e0de06bb3c4fcb9cbf /tests/backtest.py | |
parent | 00506792848ee83de65b1740b3d82229ca55817a (diff) | |
download | python-coveragepy-16a6d9c45e80a67fe201fd0fe354fcd4aae25c9a.tar.gz |
Try out pylint spelling. Kinda noisy, but fixed some stuff.
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 574e6ac..73b1067 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. |