# HG changeset patch # User Lennard de Rijk # Date 1247430343 -7200 # Node ID 08788ae104369d6473ea92e227b9cbc3ea917057 # Parent dbc8a50dbce0c4d206b7bb8e2e4bd07d264406c8 Fixed errors in comments and docstring for the Surveys Task module. diff -r dbc8a50dbce0 -r 08788ae10436 app/soc/tasks/surveys.py --- a/app/soc/tasks/surveys.py Sun Jul 12 22:00:12 2009 +0200 +++ b/app/soc/tasks/surveys.py Sun Jul 12 22:25:43 2009 +0200 @@ -53,7 +53,7 @@ survey_key: specifies the key name for the ProjectSurvey to send reminders for survey_type: either project or grading depending on the type of Survey - project_key: optional to specifiy which project was the last for which a + project_key: optional to specify which project was the last for which a task was spawn Args: @@ -94,7 +94,7 @@ else: project_start_key = None - # get all valid surveys from starting key + # get all valid StudentProjects from starting key fields = {'program': program_entity, 'status': 'accepted'}