From 9d5fce275205471eccb7154e8dc351f140c96e96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Sat, 4 Mar 2023 20:14:08 +0800 Subject: [PATCH] Fixed the documentation of the Journal report. --- src/accounting/report/reports.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] = []