Fixed the documentation of the TrialBalanceRow class.

This commit is contained in:
依瑪貓 2023-03-07 07:36:32 +08:00
parent bcd3418e2c
commit d7ac8a3dcf

View File

@ -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