Adjust 'Total' label to 'Totals'

This commit is contained in:
Tamas Vajk
2021-05-05 16:33:00 +02:00
parent 564fca0da4
commit f26dba67ac

View File

@@ -259,7 +259,7 @@ with open("flow-model-coverage.rst", 'w') as rst_file:
csvwriter.writerow(row)
# Collect statistics on all packages
row = ["Total", None]
row = ["Totals", None]
def collect_total(): return collect_package_stats(
packages,