app/soc/views/models/grading_project_survey.py
changeset 2660 e2654d53a643
parent 2659 8df08a3b17db
child 2686 ada26cef0b06
--- a/app/soc/views/models/grading_project_survey.py	Wed Jul 15 15:18:58 2009 +0200
+++ b/app/soc/views/models/grading_project_survey.py	Wed Jul 15 15:28:02 2009 +0200
@@ -76,13 +76,10 @@
   def _getSurveyTakeForm(self, survey, record, params, post_dict=None):
     """Returns the specific SurveyTakeForm needed for the take view.
 
-    Args:
-        survey: a Survey entity
-        record: a SurveyRecord instance if any exist
-        params: the params dict for the requesting View
+    For args see survey.View._getSurveyTakeForm().
 
     Returns:
-        An instance of GradseSurveyTakeForm.
+        An instance of GradeSurveyTakeForm.
     """
 
     grade_choices = (('pass', 'Pass'), ('fail', 'Fail'))