Django

Code

Show
Ignore:
Timestamp:
06/16/08 07:38:58 (5 months ago)
Author:
russellm
Message:

Fixed #7347 -- Corrected docstring in IT localflavor.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/contrib/localflavor/it/forms.py

    r6926 r7662  
    2828class 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):