web/views/forms.py
branchstable
changeset 5464 c6c9a80ad1dd
parent 5424 8ecbcbff9777
child 5547 26be1e50e2cf
--- a/web/views/forms.py	Tue May 04 16:14:33 2010 +0200
+++ b/web/views/forms.py	Tue May 04 19:16:59 2010 +0200
@@ -25,8 +25,8 @@
    using a form renderer. No display is actually done here, though you'll find
    some attributes of form that are used to control the rendering process.
 
-Besides the automagic form we'll see later, they are barely two form
-classes in |cubicweb|:
+Besides the automagic form we'll see later, there are roughly two main
+form classes in |cubicweb|:
 
 .. autoclass:: cubicweb.web.views.forms.FieldsForm
 .. autoclass:: cubicweb.web.views.forms.EntityFieldsForm