diff --git a/src/accounting/utils/offset_matcher.py b/src/accounting/utils/offset_matcher.py index 4d26868..cf945f7 100644 --- a/src/accounting/utils/offset_matcher.py +++ b/src/accounting/utils/offset_matcher.py @@ -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. """