Revised the documentation of the "__get_unmatched_offsets" method of the OffsetMatcher class.

This commit is contained in:
依瑪貓 2023-04-16 22:52:14 +08:00
parent 84ad065782
commit f8895e3bff

View File

@ -140,7 +140,7 @@ class OffsetMatcher:
return line_items
def __get_unmatched_offsets(self) -> list[JournalEntryLineItem]:
"""Returns the unmatched offsets of an account.
"""Returns the unmatched offsets of the account.
:return: The unmatched offsets of the account.
"""