minor typo fix in docstring
This commit is contained in:
parent
5fe9436ea7
commit
cb0035f87a
@ -720,7 +720,7 @@ class BaseQuerySet:
|
||||
return queryset.filter(pk=object_id).first()
|
||||
|
||||
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
|
||||
:rtype: dict of ObjectId's as keys and collection-specific
|
||||
|
Loading…
x
Reference in New Issue
Block a user