doc/book/en/development/devweb/form.rst
branchstable
changeset 2172 cf8f9180e63e
parent 1714 a721966779be
child 4443 83ff2bb898a5
--- a/doc/book/en/development/devweb/form.rst	Fri Jun 19 09:19:27 2009 +0200
+++ b/doc/book/en/development/devweb/form.rst	Fri Jun 19 20:38:32 2009 +0200
@@ -9,9 +9,9 @@
   * `vocabulary(rtype, x='subject', limit=None)`, called by the
     editing views, it returns a list of couples (label, eid) of entities
     that could be related to the entity by the relation `rtype`
-  * `subject_relation_vocabulary(rtype, limit=None)`, called internally 
+  * `subject_relation_vocabulary(rtype, limit=None)`, called internally
     by  `vocabulary` in the case of a subject relation
-  * `object_relation_vocabulary(rtype, limit=None)`, called internally 
+  * `object_relation_vocabulary(rtype, limit=None)`, called internally
     by  `vocabulary` in the case of an object relation
   * `relation_vocabulary(rtype, targettype, x, limit=None)`, called
     internally by `subject_relation_vocabulary` and `object_relation_vocabulary`