diff -r 4f96580e1871 -r 6c918ceba37a app/soc/views/helper/forms.py --- a/app/soc/views/helper/forms.py Wed Jan 21 02:39:29 2009 +0000 +++ b/app/soc/views/helper/forms.py Wed Jan 21 13:55:06 2009 +0000 @@ -187,7 +187,7 @@ Returns: All the fields that are in the form's cleaned_data property are returned. - If there is a key_name field, it is not included in the returend fields, + If there is a key_name field, it is not included in the returned fields, instead, it is returned as the first element in the returned tuple. If no key_name field is present, None is returned as first value instead. """