Fixed the documentation of the Journal report.

This commit is contained in:
依瑪貓 2023-03-04 20:14:08 +08:00
parent d333151731
commit 9d5fce2752

View File

@ -131,7 +131,7 @@ class JournalEntryReport(ABC):
class Journal(JournalEntryReport):
"""A journal."""
"""The journal."""
def get_entries(self) -> list[JournalEntry]:
conditions: list[sa.BinaryExpression] = []