minor typo fix in docstring

This commit is contained in:
Bastien Gerard 2021-09-30 20:25:26 +02:00
parent 5fe9436ea7
commit cb0035f87a

View File

@ -720,7 +720,7 @@ class BaseQuerySet:
return queryset.filter(pk=object_id).first() return queryset.filter(pk=object_id).first()
def in_bulk(self, object_ids): def in_bulk(self, object_ids):
""" "Retrieve a set of documents by their ids. """Retrieve a set of documents by their ids.
:param object_ids: a list or tuple of ObjectId's :param object_ids: a list or tuple of ObjectId's
:rtype: dict of ObjectId's as keys and collection-specific :rtype: dict of ObjectId's as keys and collection-specific