From feb5eed8a5db8799bfd4c86cda40d2f0b63071cd Mon Sep 17 00:00:00 2001 From: Bastien Date: Thu, 21 Jan 2016 16:59:37 +0100 Subject: [PATCH] fixed minor typo in docstring --- mongoengine/queryset/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mongoengine/queryset/base.py b/mongoengine/queryset/base.py index c2ad027e..f7800197 100644 --- a/mongoengine/queryset/base.py +++ b/mongoengine/queryset/base.py @@ -1109,7 +1109,7 @@ class BaseQuerySet(object): Can only do direct simple mappings and cannot map across :class:`~mongoengine.fields.ReferenceField` or :class:`~mongoengine.fields.GenericReferenceField` for more complex - counting a manual map reduce call would is required. + counting a manual map reduce call is required. If the field is a :class:`~mongoengine.fields.ListField`, the items within each list will be counted individually.