Revised the documentation to use the term "income and expenses log" instead of "income and expenses", for consistency.

This commit is contained in:
2023-03-08 07:34:33 +08:00
parent b8b51b34d3
commit e7c43ae390
9 changed files with 20 additions and 20 deletions

View File

@ -367,9 +367,9 @@ class IncomeExpensesPageParams(PageParams):
def _populate_entries(entries: list[Entry]) -> None:
"""Populates the income and expenses entries with relative data.
"""Populates the income and expenses log entries with relative data.
:param entries: The income and expenses entries.
:param entries: The income and expenses log entries.
:return: None.
"""
transactions: dict[int, Transaction] \