Skip to content

Commit 6bd451d

Browse files
committed
fix
1 parent c0c53b1 commit 6bd451d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/django-get-started/django-query-data.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Query MongoDB Data
1111
.. meta::
1212
:keywords: app, odm, code example
1313

14-
You can use the Python interactive shell and your
15-
models to read data from the ``sample_mflix`` database.
14+
You can import your models into the Python interactive shell
15+
to read data from the ``sample_mflix`` database.
1616

1717
.. procedure::
1818
:style: connected
@@ -42,7 +42,7 @@ models to read data from the ``sample_mflix`` database.
4242

4343
<QuerySet [<Viewer: Khal Drogo>]>
4444

45-
.. step:: Query the "movies' collection for specified runtime values
45+
.. step:: Query the "movies" collection for specified runtime values
4646

4747
Run the following code to query the ``sample_mflix.movies``
4848
collection for movies that have a ``runtime`` value less than

0 commit comments

Comments
 (0)