Revised the documentation of the EntryCollector class in the ledger and income and expenses log.

This commit is contained in:
2023-03-08 17:59:56 +08:00
parent f277010991
commit 7b10eb68bc
2 changed files with 8 additions and 8 deletions

View File

@ -76,11 +76,11 @@ class ReportEntry:
class EntryCollector:
"""The income and expenses log entry collector."""
"""The report entry collector."""
def __init__(self, currency: Currency, account: IncomeExpensesAccount,
period: Period):
"""Constructs the income and expenses log entry collector.
"""Constructs the report entry collector.
:param currency: The currency.
:param account: The account.