Revised the documentation of the __get_journal_list view.

This commit is contained in:
依瑪貓 2023-03-04 20:12:13 +08:00
parent b2e500a714
commit d333151731

View File

@ -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.