docstring fix
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 19 May 2016 09:18:56 +0200
changeset 11244 4d2a7d6c9390
parent 11242 b05c7a96d621
child 11245 20b2e7ceecf6
docstring fix
cubicweb/web/formfields.py
--- 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