summaryrefslogtreecommitdiff
path: root/tests/test_summary.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_summary.py')
-rw-r--r--tests/test_summary.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_summary.py b/tests/test_summary.py
index d7ee28ba..8a59a7ed 100644
--- a/tests/test_summary.py
+++ b/tests/test_summary.py
@@ -580,7 +580,7 @@ class SummaryTest(UsingModulesMixin, CoverageTest):
self.make_file("mycode.py", "This isn't python at all!")
report = self.report_from_command("coverage report -i mycode.py")
- # Coverage.py warning: Could not parse Python file blah_blah/mycode.py (couldnt-parse)
+ # Coverage.py warning: Couldn't parse Python file blah_blah/mycode.py (couldnt-parse)
# Name Stmts Miss Cover
# ----------------------------
# No data to report.