Fixed the documentation of the Journal report.
This commit is contained in:
parent
d333151731
commit
9d5fce2752
@ -131,7 +131,7 @@ class JournalEntryReport(ABC):
|
||||
|
||||
|
||||
class Journal(JournalEntryReport):
|
||||
"""A journal."""
|
||||
"""The journal."""
|
||||
|
||||
def get_entries(self) -> list[JournalEntry]:
|
||||
conditions: list[sa.BinaryExpression] = []
|
||||
|
Loading…
Reference in New Issue
Block a user