Ignore:
Timestamp:
12 Jun 2018, 07:51:53 (6 years ago)
Author:
Henrik Bettermann
Message:

Add missing docstring.

File:
1 edited

Legend:

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

    r15047 r15049  
    389389
    390390class DataForLecturerExporter(grok.GlobalUtility, StudentExporterBase):
    391     """
     391    """The Data for Lecturer Exporter searches for students in the course
     392    tickets catalog and exports those course tickets which belong to the
     393    given course code, meet level and session passed through at the
     394    same time, and which are editable by lecturers. This exporter can only
     395    be called at course level in the academic section.
    392396    """
    393397    grok.name('lecturer')
Note: See TracChangeset for help on using the changeset viewer.