Fixed the documentation in the constructor of the trail balance.
This commit is contained in:
parent
ef9e5cb5b3
commit
bcd3418e2c
@ -479,7 +479,7 @@ class TrialBalance(Report[TrialBalanceRow]):
|
|||||||
"""The trial balance."""
|
"""The trial balance."""
|
||||||
|
|
||||||
def __init__(self, currency: Currency, period: Period):
|
def __init__(self, currency: Currency, period: Period):
|
||||||
"""Constructs an income and expenses.
|
"""Constructs a trial balance.
|
||||||
|
|
||||||
:param currency: The currency.
|
:param currency: The currency.
|
||||||
:param period: The period.
|
:param period: The period.
|
||||||
|
Loading…
Reference in New Issue
Block a user