Changeset 6640 for main/waeup.sirp


Ignore:
Timestamp:
28 Aug 2011, 05:48:59 (13 years ago)
Author:
Henrik Bettermann
Message:

Minor changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/university/interfaces.py

    r6633 r6640  
    110110    """A container for faculties.
    111111    """
    112     def addCourse(faculty):
     112    def addCourse(course):
    113113        """Add an ICourse object.
    114114
     
    234234    """A container for certificates.
    235235    """
    236     def addCertificate(faculty):
     236    def addCertificate(certificate):
    237237        """Add an ICertificate object.
    238238
Note: See TracChangeset for help on using the changeset viewer.