We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa0cd68 + 95d3784 commit 11fd30bCopy full SHA for 11fd30b
docs/guide/querying.rst
@@ -511,7 +511,7 @@ Getting related data
511
When iterating the results of :class:`~mongoengine.fields.ListField` or
512
:class:`~mongoengine.fields.DictField` we automatically dereference any
513
:class:`~pymongo.dbref.DBRef` objects as efficiently as possible, reducing the
514
-number the queries to mongo.
+number of queries to mongo.
515
516
There are times when that efficiency is not enough, documents that have
517
:class:`~mongoengine.fields.ReferenceField` objects or
0 commit comments