# HG changeset patch # User Denis Laxalde # Date 1487605147 -3600 # Node ID 3199a40db4190d2817a5221ebc8a9474bbc9e67a # Parent f85ec84355db8499e235f7fedc80863333c23d58 [predicates] Fix reference to has_related_entities in partial_has_related_entities docstring diff -r f85ec84355db -r 3199a40db419 cubicweb/predicates.py --- a/cubicweb/predicates.py Tue Feb 07 13:47:03 2017 +0100 +++ b/cubicweb/predicates.py Mon Feb 20 16:39:07 2017 +0100 @@ -868,7 +868,7 @@ class partial_has_related_entities(PartialPredicateMixIn, has_related_entities): - """Same as :class:~`cubicweb.predicates.has_related_entity`, but will look + """Same as :class:~`cubicweb.predicates.has_related_entities`, but will look for attributes of the selected class to get information which is otherwise expected by the initializer.