From 16e0f3f175bb155fe3dccc7e2c71925ae7a759eb Mon Sep 17 00:00:00 2001 From: andrewdds <40467269+andrewdds@users.noreply.github.com> Date: Tue, 4 Sep 2018 12:59:56 -0400 Subject: [PATCH] Update financial.py its not about fish --- atst/forms/financial.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atst/forms/financial.py b/atst/forms/financial.py index 416b6fce..6463f735 100644 --- a/atst/forms/financial.py +++ b/atst/forms/financial.py @@ -113,7 +113,7 @@ class BaseFinancialForm(ValidatedForm): treasury_code = StringField( "Program Treasury Code", - description="Program Treasury Cod (or Appropriations Code) identifies resource types.
It should be a four digit or six digit number, prefixed by one or more zeros.", + description="Program Treasury Code (or Appropriations Code) identifies resource types.
It should be a four digit or six digit number, prefixed by one or more zeros.", validators=[Required(), Regexp(TREASURY_CODE_REGEX)] )