summaryrefslogtreecommitdiff
path: root/tests/test_testing.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2014-12-12 15:36:29 -0500
committerNed Batchelder <ned@nedbatchelder.com>2014-12-12 15:36:29 -0500
commit1b6700a8577a7658bb708faf1defd262969a06fc (patch)
treeb8c8ac59d506bdb57436069b5c3e6663ae455d91 /tests/test_testing.py
parent6055667e8090fc09e55b96ae49d5ac6a37706ede (diff)
downloadpython-coveragepy-git-1b6700a8577a7658bb708faf1defd262969a06fc.tar.gz
For some reason, lowercase 'python' suddenly struck me as odd-looking. Fix them.
Diffstat (limited to 'tests/test_testing.py')
-rw-r--r--tests/test_testing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_testing.py b/tests/test_testing.py
index d714031c..10370e54 100644
--- a/tests/test_testing.py
+++ b/tests/test_testing.py
@@ -78,7 +78,7 @@ class CoverageTestTest(CoverageTest):
self.assert_starts_with("xyz\nabc", "a")
def test_sub_python_is_this_python(self):
- # Try it with a python command.
+ # Try it with a Python command.
os.environ['COV_FOOBAR'] = 'XYZZY'
self.make_file("showme.py", """\
import os, sys