Fixed false statement in documentation.

This commit is contained in:
Pavol Vaskovic
2017-06-04 18:40:20 +02:00
parent dea7d8fe77
commit e7b243cad7

View File

@@ -218,7 +218,7 @@ class ReportFormatter(object):
"""ReportFormatter formats the `PerformanceTestResult`s and
`ResultComparison`s provided by `TestComparator` using their `header` and
`values()` into report table. Supported formats are: `markdown` (used for
displaying benchmark results on GitHub), `git` (default) and `html`.
displaying benchmark results on GitHub), `git` and `html`.
"""
def __init__(self, comparator, old_branch, new_branch, changes_only):
self.comparator = comparator