Revised the documentation of the "__get_unmatched_offsets" method of the OffsetMatcher class.
This commit is contained in:
parent
84ad065782
commit
f8895e3bff
@ -140,7 +140,7 @@ class OffsetMatcher:
|
|||||||
return line_items
|
return line_items
|
||||||
|
|
||||||
def __get_unmatched_offsets(self) -> list[JournalEntryLineItem]:
|
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.
|
:return: The unmatched offsets of the account.
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user