diff options
Diffstat (limited to 'test/farm/html/run_b_branch.py')
-rw-r--r-- | test/farm/html/run_b_branch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/farm/html/run_b_branch.py b/test/farm/html/run_b_branch.py index 31543398..761d9662 100644 --- a/test/farm/html/run_b_branch.py +++ b/test/farm/html/run_b_branch.py @@ -1,5 +1,5 @@ def html_it(): - """Run coverage with branches and make an HTML report for a.""" + """Run coverage with branches and make an HTML report for b.""" import coverage cov = coverage.coverage(branch=True) cov.start() |