From 7846eff6a31a935007033296360ae3bd19f2f107 Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 9 Mar 2021 15:19:38 +0000 Subject: [PATCH] . --- rapids/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rapids/forms.py b/rapids/forms.py index d37c1b4d..dafba32e 100755 --- a/rapids/forms.py +++ b/rapids/forms.py @@ -85,7 +85,7 @@ class RapidForm(ModelForm): def __init__(self, *args, **kwargs): if kwargs.get("instance"): - # We gexam_json_cache is not Noneet the 'initial' keyword argument or initialize it + # We get the 'initial' keyword argument or initialize it # as a dict if it didn't exist. initial = kwargs.setdefault("initial", {}) # The widget for a ModelMultipleChoiceField expects