balance_sheet: Fix typo in report.

This commit is contained in:
Brett Smith 2020-08-18 15:13:31 -04:00
parent 5c7cf9cd2a
commit 9e7df0b020

View file

@ -551,7 +551,7 @@ class Report(core.BaseODS[Sequence[None], None]):
for bals in zip(equity_totals, asset_totals, liabilities)
]
self.write_totals_row(
"Net cash provided by operating activites",
"Net cash provided by operating activities",
period_totals,
stylename=self.style_totline,
)