web/views/forms.py
changeset 9770 112c884b2d8d
parent 9717 a6834e2dcc1b
parent 9701 46c8d8701240
child 9873 1257e909d25e
child 9984 793377697c81
--- a/web/views/forms.py	Wed Apr 09 17:29:25 2014 +0200
+++ b/web/views/forms.py	Tue Jun 10 09:49:45 2014 +0200
@@ -189,7 +189,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.