From 5bbc2639bebe882115876778a23a06dd92fb1285 Mon Sep 17 00:00:00 2001 From: Jacob Rief Date: Mon, 30 Oct 2023 23:24:50 +0100 Subject: [PATCH] update wrong doc strings --- testapp/forms/country.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testapp/forms/country.py b/testapp/forms/country.py index bfaa80df..9b625674 100644 --- a/testapp/forms/country.py +++ b/testapp/forms/country.py @@ -7,7 +7,7 @@ class CountryForm(forms.Form): """ - How to use the Selectize widget with a CountryField. + How to use the CountrySelectize and CountrySelectizeMultiple widgets. """ single_country = fields.ChoiceField( label="Single Country",