Reviewers: ,


Please review this at http://codereview.tryton.org/663002/

Affected files:
  M doc/ref/models/fields.rst


Index: doc/ref/models/fields.rst
===================================================================
--- a/doc/ref/models/fields.rst
+++ b/doc/ref/models/fields.rst
@@ -579,12 +579,6 @@
where `name` is the name of the field, and it must return a dictionary with
     a value for each instance.

-    The signature of the instancemethod is::
-
-        getter(name)
-
-    where `name` is the name of the field, and it must return the value.
-
     Or the signature of the classmethod is::

         getter(instances, names)
@@ -592,12 +586,11 @@
     where `names` is a list of name fields, and it must return a dictionary
     containing for each names a dictionary with a value for each instance.

-    the signature of the instancemethod is::
+    The signature of the instancemethod is::

-        getter(names)
+        getter(name)

-    where `names` is a list of name fields, and it must return a dictionary
-    containing for each names the value.
+    where `name` is the name of the field, and it must return the value.

 :class:`Function` has some extra optional arguments:



--
--
[email protected] mailing list

--- You received this message because you are subscribed to the Google Groups "tryton-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to