Skip to content

Commit 11fd30b

Browse files
authored
Merge pull request #2892 from andrw/doc-typo-fix
Nit: Minor doc typo
2 parents aa0cd68 + 95d3784 commit 11fd30b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/querying.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ Getting related data
511511
When iterating the results of :class:`~mongoengine.fields.ListField` or
512512
:class:`~mongoengine.fields.DictField` we automatically dereference any
513513
:class:`~pymongo.dbref.DBRef` objects as efficiently as possible, reducing the
514-
number the queries to mongo.
514+
number of queries to mongo.
515515

516516
There are times when that efficiency is not enough, documents that have
517517
:class:`~mongoengine.fields.ReferenceField` objects or

0 commit comments

Comments
 (0)