diff -r 3f95d10fef94 -r a31fbcfa8c3b doc/book/en/development/entityclasses/data-as-objects.rst --- a/doc/book/en/development/entityclasses/data-as-objects.rst Wed Apr 14 16:33:30 2010 +0200 +++ b/doc/book/en/development/entityclasses/data-as-objects.rst Wed Apr 14 16:56:33 2010 +0200 @@ -53,7 +53,7 @@ * `set_relations(**kwargs)`, add relations to the given object. To set a relation where this entity is the object of the relation, - use 'reverse_' as argument name. Values may be an + use `reverse_` as argument name. Values may be an entity, a list of entities, or None (meaning that all relations of the given type from or to this object should be deleted).