Fixed errors in comments and docstring for the Surveys Task module.
--- 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'}