Fixed the documentation in accounting.converters in the accounting application.

This commit is contained in:
依瑪貓 2020-07-23 18:37:29 +08:00
parent 0ff6076b36
commit 1e2d57805c

View File

@ -116,7 +116,7 @@ class LedgerAccountConverter:
regex = "[1-9]{1,5}" regex = "[1-9]{1,5}"
def to_python(self, value): def to_python(self, value):
"""Returns the ledger accountby the account code. """Returns the ledger account by the account code.
Args: Args:
value (str): The account code. value (str): The account code.