doc/book/en/devrepo/entityclasses/application-logic.rst
changeset 8483 4ba11607d84a
parent 8032 bcb87336c7d2
child 9316 38518284c200
--- a/doc/book/en/devrepo/entityclasses/application-logic.rst	Tue Jul 17 17:16:28 2012 +0200
+++ b/doc/book/en/devrepo/entityclasses/application-logic.rst	Tue Jul 17 12:24:46 2012 +0200
@@ -38,7 +38,7 @@
 object was built.
 
 Setting an attribute or relation value can be done in the context of a
-Hook/Operation, using the obj.set_relations(x=42) notation or a plain
+Hook/Operation, using the obj.cw_set(x=42) notation or a plain
 RQL SET expression.
 
 In views, it would be preferable to encapsulate the necessary logic in