Fixed a typo in the comments of soc/views/helper/forms.py
authorLennard de Rijk <ljvderijk@gmail.com>
Wed, 21 Jan 2009 13:55:06 +0000
changeset 866 6c918ceba37a
parent 865 4f96580e1871
child 867 f4ea0da41915
Fixed a typo in the comments of soc/views/helper/forms.py Patch by: Lennard de Rijk
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.
   """