app/soc/views/helper/forms.py
changeset 639 1f92bd41b914
parent 612 3cca81b1e5a1
child 739 b245c2b814c5
--- a/app/soc/views/helper/forms.py	Mon Dec 01 12:35:56 2008 +0000
+++ b/app/soc/views/helper/forms.py	Mon Dec 01 12:37:16 2008 +0000
@@ -320,11 +320,11 @@
   Args:
     form: The form from which the cleaned fields should be collected
 
-  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, 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.
+  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, 
+    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.
   """
 
   fields = {}