Changeset 7597


Ignore:
Timestamp:
7 Feb 2012, 10:19:07 (13 years ago)
Author:
Henrik Bettermann
Message:

Fix docstrings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/utils/converters.py

    r7196 r7597  
    3131class ExtendedCheckBoxWidget(CheckBoxWidget):
    3232    """A checkbox widget that supports more input values as True/False
    33        markers.
     33    markers.
    3434
    3535    The default bool widget expects the string 'on' as only valid
     
    163163        an empty ``<DATA_DICT>`` is returned.
    164164
    165         If ``<DATA_DICT>` is non-empty, there were no errors.
     165        If ``<DATA_DICT>`` is non-empty, there were no errors.
    166166        """
    167167        if form_fields is None:
Note: See TracChangeset for help on using the changeset viewer.