# HG changeset patch # User Lennard de Rijk # Date 1246546208 -7200 # Node ID 7c23f90d87cd7c064f7188afd08d160a6aa7ea78 # Parent 69ce84f4c1da41ff028ea020d3ec53b18ed9f41e Small style fix in Surveys helper. diff -r 69ce84f4c1da -r 7c23f90d87cd app/soc/views/helper/surveys.py --- a/app/soc/views/helper/surveys.py Thu Jul 02 15:40:37 2009 +0200 +++ b/app/soc/views/helper/surveys.py Thu Jul 02 16:50:08 2009 +0200 @@ -599,7 +599,7 @@ def getSurveyResponseFromPost(survey, post_dict): """Returns the data for a SurveyRecord that answer the questions - posed in the given Survey's schema. + posed in the given Survey's schema. Args: survey: a Survey entity