# HG changeset patch # User Sylvain Thénault # Date 1463642336 -7200 # Node ID 4d2a7d6c9390e3305f401550504aa534938cea68 # Parent b05c7a96d6214fa9fd1336f06fa11626603bf885 docstring fix diff -r b05c7a96d621 -r 4d2a7d6c9390 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