Compare commits

...

2 Commits
v0.10.0 ... dev

Author SHA1 Message Date
Emmanuel Leblond
3f9f2dbfd3 Merge pull request #1220 from bagerard/patch-1
fixed minor typo in docstring
2016-01-25 08:25:53 +01:00
Bastien
feb5eed8a5 fixed minor typo in docstring 2016-01-21 16:59:37 +01:00

View File

@@ -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.