Skip to content

Commit 6564daa

Browse files
committed
Fixed #7347 -- Corrected docstring in IT localflavor.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7662 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1 parent dd8adb3 commit 6564daa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django/contrib/localflavor/it/forms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def __init__(self, attrs=None):
2727

2828
class ITProvinceSelect(Select):
2929
"""
30-
A Select widget that uses a list of IT regions as its choices.
30+
A Select widget that uses a list of IT provinces as its choices.
3131
"""
3232
def __init__(self, attrs=None):
3333
from it_province import PROVINCE_CHOICES

0 commit comments

Comments
 (0)