[predicates] Fix reference to has_related_entities in partial_has_related_entities docstring
authorDenis Laxalde <denis.laxalde@logilab.fr>
Mon, 20 Feb 2017 16:39:07 +0100
changeset 11956 3199a40db419
parent 11955 f85ec84355db
child 11957 48b8fbc88209
[predicates] Fix reference to has_related_entities in partial_has_related_entities docstring
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.