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 | 1b6700a8577a7658bb708faf1defd262969a06fc (patch) | |
tree | b8c8ac59d506bdb57436069b5c3e6663ae455d91 /tests/test_collector.py | |
parent | 6055667e8090fc09e55b96ae49d5ac6a37706ede (diff) | |
download | python-coveragepy-git-1b6700a8577a7658bb708faf1defd262969a06fc.tar.gz |
For some reason, lowercase 'python' suddenly struck me as odd-looking. Fix them.
Diffstat (limited to 'tests/test_collector.py')
-rw-r--r-- | tests/test_collector.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_collector.py b/tests/test_collector.py index 5f931385..5a8325c7 100644 --- a/tests/test_collector.py +++ b/tests/test_collector.py @@ -40,7 +40,7 @@ class CollectorTest(CoverageTest): cov = coverage.coverage(include=["f1.py"], debug=['trace']) cov._debug_file = debug_out - # Import the python file, executing it. + # Import the Python file, executing it. self.start_import_stop(cov, "f2") # Grab all the filenames mentioned in debug output, there should be no |