entities/adapters.py
branchstable
changeset 9705 1d40d3b10142
parent 9700 da7d341cca76
child 9918 228c3571e222
--- a/entities/adapters.py	Mon Apr 14 13:31:19 2014 +0200
+++ b/entities/adapters.py	Tue Apr 08 16:08:31 2014 +0200
@@ -187,13 +187,11 @@
 
 # XXX should propose to use two different relations for children/parent
 class ITreeAdapter(view.EntityAdapter):
-    """This adapter has to be overriden to be configured using the
-    tree_relation, child_role and parent_role class attributes to benefit from
-    this default implementation.
+    """This adapter provides a tree interface.
 
-    This adapter provides a tree interface. It has to be overriden to be
-    configured using the tree_relation, child_role and parent_role class
-    attributes to benefit from this default implementation.
+    It has to be overriden to be configured using the tree_relation,
+    child_role and parent_role class attributes to benefit from this default
+    implementation.
 
     This class provides the following methods: