Fixed errors in comments and docstring for the Surveys Task module.
authorLennard de Rijk <ljvderijk@gmail.com>
Sun, 12 Jul 2009 22:25:43 +0200
changeset 2615 08788ae10436
parent 2614 dbc8a50dbce0
child 2616 9321e100a7fb
Fixed errors in comments and docstring for the Surveys Task module.
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'}