Revised the documentation of the ledger.

This commit is contained in:
依瑪貓 2023-03-05 18:16:43 +08:00
parent 4f112dd386
commit 8cd004bede

View File

@ -226,7 +226,7 @@ class Ledger(JournalEntryReport[LedgerRow]):
"""The ledger."""
def __init__(self, currency: Currency, account: Account, period: Period):
"""Constructs a journal.
"""Constructs a ledger.
:param currency: The currency.
:param account: The account.