doc/book/en/development/entityclasses/data-as-objects.rst
changeset 4442 7bc0e4ed4109
parent 4437 21f2e01fdd6a
child 5144 5a09bea07302
--- a/doc/book/en/development/entityclasses/data-as-objects.rst	Wed Feb 03 19:26:35 2010 +0100
+++ b/doc/book/en/development/entityclasses/data-as-objects.rst	Wed Feb 03 20:33:49 2010 +0100
@@ -30,9 +30,9 @@
 :Data handling:
 
   * `as_rset()`, converts the entity into an equivalent result set simulating the
-    ._cwuest `Any X WHERE X eid _eid_`
+     request `Any X WHERE X eid _eid_`
 
-  * `complete(skip_bytes=True)`, executes a._cwuest that recovers all at once
+  * `complete(skip_bytes=True)`, executes a request that recovers all at once
     all the missing attributes of an entity
 
   * `get_value(name)`, returns the value associated to the attribute name given