From 1e2d57805cb40d4dd239f35ab61db4d6e958338b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Thu, 23 Jul 2020 18:37:29 +0800 Subject: [PATCH] Fixed the documentation in accounting.converters in the accounting application. --- accounting/converters.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.