Ignore:
Timestamp:
13 Jul 2015, 08:37:27 (9 years ago)
Author:
Henrik Bettermann
Message:

More docs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/hostels/interfaces.py

    r13166 r13167  
    3030
    3131class IHostelsContainer(IKofaObject):
    32     """A container for all kind of hostel objects.
     32    """A container for hostel objects.
    3333    """
    3434
     
    7272
    7373    def writeLogMessage(view, message):
    74         """Add an INFO message to ``hostels.log``.
     74        """Add an INFO message to hostels.log.
    7575        """
    7676
    7777class IHostel(IKofaObject):
    78     """A base representation of hostels.
     78    """Representation of a hostel.
    7979    """
    8080
     
    208208
    209209    def writeLogMessage(view, message):
    210         """Add an INFO message to ``hostels.log``.
     210        """Add an INFO message to hostels.log.
    211211        """
    212212
    213213class IBed(IKofaObject):
    214     """A base representation of beds.
     214    """Representation of a bed.
    215215    """
    216216
     
    270270
    271271    def writeLogMessage(view, message):
    272         """Add an INFO message to ``hostels.log``.
    273         """
     272        """Add an INFO message to hostels.log.
     273        """
Note: See TracChangeset for help on using the changeset viewer.