diff options
| author | Russell Keith-Magee <russell@keith-magee.com> | 2008-06-16 12:38:58 +0000 |
|---|---|---|
| committer | Russell Keith-Magee <russell@keith-magee.com> | 2008-06-16 12:38:58 +0000 |
| commit | 6564daa597ff7b327edc0c594ef35723924ef842 (patch) | |
| tree | 090c160622f8a8a9525507aa08bc63c610c7f05a | |
| parent | dd8adb304af0171233dc5d25336e2e0d1910602b (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.py | 2 |
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 |
