[predicates] Fix reference to has_related_entities in partial_has_related_entities docstring
--- 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.