diff --git a/src/accounting/report/reports.py b/src/accounting/report/reports.py index f3eb715..1efa4c2 100644 --- a/src/accounting/report/reports.py +++ b/src/accounting/report/reports.py @@ -131,7 +131,7 @@ class JournalEntryReport(ABC): class Journal(JournalEntryReport): - """A journal.""" + """The journal.""" def get_entries(self) -> list[JournalEntry]: conditions: list[sa.BinaryExpression] = []