From be10984cbbcc556c200254494887814a547aa817 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Tue, 7 Feb 2023 09:28:10 +0800 Subject: [PATCH] Fixed the documentation of the BaseAccountExists validator. --- src/accounting/account/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/accounting/account/forms.py b/src/accounting/account/forms.py index 15b39fc..355f99e 100644 --- a/src/accounting/account/forms.py +++ b/src/accounting/account/forms.py @@ -32,7 +32,7 @@ from accounting.utils.user import get_current_user_pk class BaseAccountExists: - """The validator to check if the base account code exists.""" + """The validator to check if the base account exists.""" def __call__(self, form: FlaskForm, field: StringField) -> None: if field.data == "":