summaryrefslogtreecommitdiff
path: root/tests/backtest.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2014-11-27 10:36:16 -0500
committerNed Batchelder <ned@nedbatchelder.com>2014-11-27 10:36:16 -0500
commit1fa418c6c1c33117308e3d94f18f8fc1a9193393 (patch)
tree3502c943b2a3da2c41a4b59faf002db94cf3f9ac /tests/backtest.py
parenta8f8bb898ac35acd493524d470223319b2271f4a (diff)
downloadpython-coveragepy-git-1fa418c6c1c33117308e3d94f18f8fc1a9193393.tar.gz
Try out pylint spelling. Kinda noisy, but fixed some stuff.
Diffstat (limited to 'tests/backtest.py')
-rw-r--r--tests/backtest.py2
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.