Skip to content

Commit e0debc6

Browse files
committed
typo (#120)
1 parent eedd3a2 commit e0debc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/run-command.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ command and parses the response as a `CommandCursor <{+api-root+}pymongo/command
136136
The ``CommandCursor`` can be used to iterate over command results.
137137

138138
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
139+
database. It runs the ``find`` command on the ``movies`` collection to filter by
140140
documents in which the ``runtime`` field has a value of ``11``.
141141

142142
.. io-code-block::

0 commit comments

Comments
 (0)