summaryrefslogtreecommitdiff
path: root/tests/farm/html/run_tabbed.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/farm/html/run_tabbed.py')
-rw-r--r--tests/farm/html/run_tabbed.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/farm/html/run_tabbed.py b/tests/farm/html/run_tabbed.py
index 3e8a900f..7a57169d 100644
--- a/tests/farm/html/run_tabbed.py
+++ b/tests/farm/html/run_tabbed.py
@@ -1,5 +1,5 @@
def html_it():
- """Run coverage and make an HTML report for tabbed."""
+ """Run coverage.py and make an HTML report for tabbed."""
import coverage
cov = coverage.coverage()
cov.start()