Fixed #7347 -- Corrected docstring in IT localflavor.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@7662 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Russell Keith-Magee 2008-06-16 12:38:58 +00:00
parent dd8adb304a
commit 6564daa597
1 changed files with 1 additions and 1 deletions

View File

@ -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