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.
1 parent 70cc69d commit dc0e39bCopy full SHA for dc0e39b
source/tutorial/analyze-query-plan.txt
@@ -174,11 +174,11 @@ The :method:`~cursor.explain()` method returns the following results:
174
documents.
175
176
- :data:`executionStats.totalKeysExamined
177
- <explain.executionStats.totalKeysExamined>` display ``3`` to indicate
+ <explain.executionStats.totalKeysExamined>` displays ``3`` to indicate
178
that MongoDB scanned three index entries.
179
180
- :data:`executionStats.totalDocsExamined
181
- <explain.executionStats.totalDocsExamined>` display ``3`` to indicate
+ <explain.executionStats.totalDocsExamined>` displays ``3`` to indicate
182
that MongoDB scanned three documents.
183
184
When run with an index, the query scanned ``3`` index entries and ``3``
0 commit comments