From d333151731ea7509717814174f09d5f43be1eebe 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:12:13 +0800 Subject: [PATCH] Revised the documentation of the __get_journal_list view. --- src/accounting/report/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/accounting/report/views.py b/src/accounting/report/views.py index ed3b4fd..b445652 100644 --- a/src/accounting/report/views.py +++ b/src/accounting/report/views.py @@ -49,7 +49,7 @@ def get_journal_list(period: Period) -> str | Response: def __get_journal_list(period: Period) -> str | Response: - """Returns journal. + """Returns the journal. :param period: The period. :return: The journal in the period.