File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ to read data from the ``sample_mflix`` database.
17
17
.. procedure::
18
18
:style: connected
19
19
20
- .. step:: Query the users collection for a specified email
20
+ .. step:: Query the `` users`` collection for a specified email
21
21
22
22
Start a Python shell by running the following command:
23
23
@@ -42,7 +42,7 @@ to read data from the ``sample_mflix`` database.
42
42
43
43
<Viewer: Khal Drogo>
44
44
45
- .. step:: Query the movies collection for specified runtime values
45
+ .. step:: Query the `` movies`` collection for specified runtime values
46
46
47
47
Run the following code to query the ``sample_mflix.movies``
48
48
collection for movies that have a ``runtime`` value less than
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ and delete functions on your model objects.
39
39
:language: python
40
40
:copyable:
41
41
42
- .. step:: Insert a Movie into the database
42
+ .. step:: Insert a Movie object into the database
43
43
44
44
Run the following code to create an ``Movie`` object that
45
45
stores data about a movie titled ``"Minari"``, including
@@ -64,7 +64,7 @@ and delete functions on your model objects.
64
64
:language: python
65
65
:copyable:
66
66
67
- .. step:: Insert a Viewer into the database
67
+ .. step:: Insert a Viewer object into the database
68
68
69
69
You can also use your ``Viewer`` model to insert documents into the
70
70
``sample_mflix.users`` collection. Run the following code to create
You can’t perform that action at this time.
0 commit comments