Skip to content

Commit e7b243c

Browse files
committed
Fixed false statement in documentation.
1 parent dea7d8f commit e7b243c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/scripts/compare_perf_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ class ReportFormatter(object):
218218
"""ReportFormatter formats the `PerformanceTestResult`s and
219219
`ResultComparison`s provided by `TestComparator` using their `header` and
220220
`values()` into report table. Supported formats are: `markdown` (used for
221-
displaying benchmark results on GitHub), `git` (default) and `html`.
221+
displaying benchmark results on GitHub), `git` and `html`.
222222
"""
223223
def __init__(self, comparator, old_branch, new_branch, changes_only):
224224
self.comparator = comparator

0 commit comments

Comments
 (0)