summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2008-06-16 12:38:58 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2008-06-16 12:38:58 +0000
commit6564daa597ff7b327edc0c594ef35723924ef842 (patch)
tree090c160622f8a8a9525507aa08bc63c610c7f05a
parentdd8adb304af0171233dc5d25336e2e0d1910602b (diff)
Fixed #7347 -- Corrected docstring in IT localflavor.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7662 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--django/contrib/localflavor/it/forms.py2
1 files changed, 1 insertions, 1 deletions
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