Ignore:
Timestamp:
7 Feb 2012, 11:30:00 (13 years ago)
Author:
Henrik Bettermann
Message:

Adjust some docstrings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/widgets/datewidget.py

    r7515 r7599  
    118118    This widget is suitable for edit and add forms.
    119119   
    120     Valid `format` values are the keys of :var:`DATE_FORMATS`
     120    Valid `format` values are the keys of `DATE_FORMATS`
    121121    dict. Default is ``le`` (little endian; DD/MM/YYYY).
    122122
     
    135135    This widget is suitable for display forms.
    136136   
    137     Valid `format` values are the keys of :var:`DATE_FORMATS`
     137    Valid `format` values are the keys of `DATE_FORMATS`
    138138    dict. Default is ``le`` (little endian; DD/MM/YYYY).
    139139
     
    152152    This widget is suitable for display forms.
    153153
    154     Valid `format` values are the keys of :var:`DATE_FORMATS`
     154    Valid `format` values are the keys of `DATE_FORMATS`
    155155    dict. Default is ``le`` (little endian; DD/MM/YYYY %H:%M:%S).
    156156
Note: See TracChangeset for help on using the changeset viewer.