Commit 6564daa5 authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

Fixed #7347 -- Corrected docstring in IT localflavor.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@7662 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent dd8adb30
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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