Fixed the documentation in the constructor of the trail balance.

This commit is contained in:
依瑪貓 2023-03-07 07:34:15 +08:00
parent ef9e5cb5b3
commit bcd3418e2c

View File

@ -479,7 +479,7 @@ class TrialBalance(Report[TrialBalanceRow]):
"""The trial balance."""
def __init__(self, currency: Currency, period: Period):
"""Constructs an income and expenses.
"""Constructs a trial balance.
:param currency: The currency.
:param period: The period.