Merge pull request #2427 from GSA/1134-change-brackets-to-parenthesis

1134 - Changing all instances of the word "brackets" to "parenthesis"
This commit is contained in:
Beverly Nguyen
2025-03-27 13:34:49 -07:00
committed by GitHub
18 changed files with 73 additions and 64 deletions

View File

@@ -61,7 +61,7 @@ class ValidEmail:
class NoCommasInPlaceHolders:
def __init__(self, message="You cannot put commas between double brackets"):
def __init__(self, message="You cannot put commas between double parenthesis"):
self.message = message
def __call__(self, form, field):