diff --git a/django/contrib/localflavor/it/forms.py b/django/contrib/localflavor/it/forms.py index 88e65734e4..901c86fafa 100644 --- a/django/contrib/localflavor/it/forms.py +++ b/django/contrib/localflavor/it/forms.py @@ -27,7 +27,7 @@ class ITRegionSelect(Select): class ITProvinceSelect(Select): """ - A Select widget that uses a list of IT regions as its choices. + A Select widget that uses a list of IT provinces as its choices. """ def __init__(self, attrs=None): from it_province import PROVINCE_CHOICES