diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2014-12-12 15:36:29 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2014-12-12 15:36:29 -0500 |
| commit | 15f549b8486bdf41b11211592c94bcf46f1d7989 (patch) | |
| tree | 48a38d5a43eb87b739ffcfecfea60acc72194e64 /tests/test_testing.py | |
| parent | 59889252937e31ab4c3b734922c63dd529e26e03 (diff) | |
| download | python-coveragepy-15f549b8486bdf41b11211592c94bcf46f1d7989.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.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_testing.py b/tests/test_testing.py index d714031..10370e5 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 |
