Skip to content
Merged

typo #120

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/run-command.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ command and parses the response as a `CommandCursor <{+api-root+}pymongo/command
The ``CommandCursor`` can be used to iterate over command results.

The following example uses the ``cursor_command()`` method on the ``sample_mflix``
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
documents in which the ``runtime`` field has a value of ``11``.

.. io-code-block::
Expand Down
Loading