cubicweb/web/formfields.py
changeset 11244 4d2a7d6c9390
parent 11240 1694e6e9ff94
child 11767 432f87a63057
--- a/cubicweb/web/formfields.py	Wed Oct 07 18:24:49 2015 +0200
+++ b/cubicweb/web/formfields.py	Thu May 19 09:18:56 2016 +0200
@@ -140,7 +140,7 @@
        class which may be overriden per instance.
     :attr:`value`
        field value. May be an actual value or a callable which should take the
-       form as argument and return a value.
+       form and the field as argument and return a value.
     :attr:`choices`
        static vocabulary for this field. May be a list of values, a list of
        (label, value) tuples or a callable which should take the form and field