doc/book/en/development/entityclasses/data-as-objects.rst
changeset 2476 1294a6bdf3bf
parent 2172 cf8f9180e63e
child 3283 4f53eb3f1331
--- a/doc/book/en/development/entityclasses/data-as-objects.rst	Fri Jul 24 13:50:59 2009 +0200
+++ b/doc/book/en/development/entityclasses/data-as-objects.rst	Fri Jul 24 14:33:37 2009 +0200
@@ -61,10 +61,10 @@
 Tne :class:`AnyEntity` class
 ----------------------------
 
-To provide a specific behavior for each entity, we have to define
-a class inheriting from `cubicweb.entities.AnyEntity`. In general, we
-define this class in a module of `mycube.entities` package of an application
-so that it will be available on both server and client side.
+To provide a specific behavior for each entity, we have to define a class
+inheriting from `cubicweb.entities.AnyEntity`. In general, we define this class
+in `mycube.entities` module (or in a submodule if we want to split code among
+multiple files) so that it will be available on both server and client side.
 
 The class `AnyEntity` is loaded dynamically from the class `Entity`
 (`cubciweb.entity`). We define a sub-class to add methods or to