From 1b6700a8577a7658bb708faf1defd262969a06fc Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 12 Dec 2014 15:36:29 -0500 Subject: For some reason, lowercase 'python' suddenly struck me as odd-looking. Fix them. --- tests/test_testing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_testing.py') 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 -- cgit v1.2.1