From 6564daa597ff7b327edc0c594ef35723924ef842 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Mon, 16 Jun 2008 12:38:58 +0000 Subject: [PATCH] Fixed #7347 -- Corrected docstring in IT localflavor. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7662 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/contrib/localflavor/it/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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