Drop duplicated content in ITreeAdapter docstring stable
authorDenis Laxalde <denis.laxalde@logilab.fr>
Tue, 08 Apr 2014 16:08:31 +0200
branchstable
changeset 9705 1d40d3b10142
parent 9704 43c9896d0e9f
child 9766 5071b69b6b0b
Drop duplicated content in ITreeAdapter docstring
entities/adapters.py
--- 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: