# HG changeset patch # User Denis Laxalde # Date 1396966111 -7200 # Node ID 1d40d3b101428ccfbd23e9595647df1360925586 # Parent 43c9896d0e9f9eab9e65c15ce96def7b132f91f4 Drop duplicated content in ITreeAdapter docstring diff -r 43c9896d0e9f -r 1d40d3b10142 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: