diff --git a/src/accounting/report/report_rows.py b/src/accounting/report/report_rows.py index 2eb81d1..e536f5d 100644 --- a/src/accounting/report/report_rows.py +++ b/src/accounting/report/report_rows.py @@ -185,7 +185,7 @@ class TrialBalanceRow(ReportRow): self.is_total: bool = False """Whether this is the total row.""" self.account: Account | None = account - """The date.""" + """The account.""" self.debit: Decimal | None = None """The debit amount.""" self.credit: Decimal | None = None