Changeset 9005


Ignore:
Timestamp:
16 Jul 2012, 07:08:50 (12 years ago)
Author:
Henrik Bettermann
Message:

Fix typos and docstrings.

Location:
main/waeup.kofa/trunk/src/waeup/kofa/students
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/students/utils.py

    r8951 r9005  
    227227
    228228    def getReturningData(self, student):
    229         """ This method defines what happens after school fee payment
     229        """ Define what happens after school fee payment
    230230        depending on the student's senate verdict.
    231231
     
    238238
    239239    def setReturningData(self, student):
    240         """ This method defines what happens after school fee payment
    241         depending on the student's senate verdict. It folllows
    242         the same algorithm as getReturningData but it also sets the new
    243         values
    244 
    245         In the base configuration current level is always increased
    246         by 100 no matter which verdict has been assigned.
     240        """ Define what happens after school fee payment
     241        depending on the student's senate verdict.
     242
     243        This method folllows the same algorithm as getReturningData but
     244        it also sets the new values.
    247245        """
    248246        new_session, new_level = self.getReturningData(student)
  • main/waeup.kofa/trunk/src/waeup/kofa/students/workflow.py

    r8471 r9005  
    212212
    213213    Lock and unlock clearance form.
    214     Triger actions after school fee payment.
     214    Trigger actions after school fee payment.
    215215    """
    216216
Note: See TracChangeset for help on using the changeset viewer.