diff --git a/accounting/converters.py b/accounting/converters.py index b317b12..5791c4f 100644 --- a/accounting/converters.py +++ b/accounting/converters.py @@ -116,7 +116,7 @@ class LedgerAccountConverter: regex = "[1-9]{1,5}" def to_python(self, value): - """Returns the ledger accountby the account code. + """Returns the ledger account by the account code. Args: value (str): The account code.