# HG changeset patch # User Lennard de Rijk # Date 1232546106 0 # Node ID 6c918ceba37a32ec51f386cc2d83ee539a6a749a # Parent 4f96580e1871948c41a85ecfcda7a4829fd3761d Fixed a typo in the comments of soc/views/helper/forms.py Patch by: Lennard de Rijk 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. """