web/views/forms.py
branchstable
changeset 9701 46c8d8701240
parent 8900 010a59e12d89
child 9770 112c884b2d8d
child 9928 0d831b40fa48
--- a/web/views/forms.py	Mon Apr 14 11:54:33 2014 +0200
+++ b/web/views/forms.py	Mon Apr 14 12:07:00 2014 +0200
@@ -185,7 +185,7 @@
     def render(self, formvalues=None, renderer=None, **kwargs):
         """Render this form, using the `renderer` given as argument or the
         default according to :attr:`form_renderer_id`. The rendered form is
-        returned as an unicode string.
+        returned as a unicode string.
 
         `formvalues` is an optional dictionary containing values that will be
         considered as field's value.