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 34e03cf commit 6e25b22Copy full SHA for 6e25b22
source/run-command.txt
@@ -136,7 +136,7 @@ command and parses the response as a `CommandCursor <{+api-root+}pymongo/command
136
The ``CommandCursor`` can be used to iterate over command results.
137
138
The following example uses the ``cursor_command()`` method on the ``sample_mflix``
139
-database. It runs the ``find`` command on the ``movies`` database to filter by
+database. It runs the ``find`` command on the ``movies`` collection to filter by
140
documents in which the ``runtime`` field has a value of ``11``.
141
142
.. io-code-block::
0 commit comments