summaryrefslogtreecommitdiff
path: root/tests/test_collector.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_collector.py')
-rw-r--r--tests/test_collector.py2
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