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

More docs.

Location:
main/waeup.kofa/trunk/src/waeup/kofa
Files:
4 edited

Legend:

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

    r13166 r13167  
    291291
    292292    def writeLogMessage(view, comment):
    293         """Add an INFO message to ``applicants.log``.
     293        """Add an INFO message to applicants.log.
    294294        """
    295295
     
    449449
    450450    def writeLogMessage(view, comment):
    451         """Add an INFO message to ``applicants.log``.
     451        """Add an INFO message to applicants.log.
    452452        """
    453453
  • main/waeup.kofa/trunk/src/waeup/kofa/documents/interfaces.py

    r13166 r13167  
    6363
    6464    def writeLogMessage(view, message):
    65         """Add an INFO message to ``main.log``.
     65        """Add an INFO message to main.log.
    6666        """
    6767
  • 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        """
  • main/waeup.kofa/trunk/src/waeup/kofa/students/interfaces.py

    r13166 r13167  
    154154
    155155    def writeLogMessage(view, message):
    156         """Add an INFO message to ``students.log``.
     156        """Add an INFO message to students.log.
    157157        """
    158158
Note: See TracChangeset for help on using the changeset viewer.