Skip to content

Commit 2774a99

Browse files
committed
jib feedback
1 parent 1aff09e commit 2774a99

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

source/get-started/query-data.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ to read data from the ``sample_mflix`` database.
1717
.. procedure::
1818
:style: connected
1919

20-
.. step:: Query the users collection for a specified email
20+
.. step:: Query the ``users`` collection for a specified email
2121

2222
Start a Python shell by running the following command:
2323

@@ -42,7 +42,7 @@ to read data from the ``sample_mflix`` database.
4242

4343
<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

source/get-started/write-data.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ and delete functions on your model objects.
3939
:language: python
4040
:copyable:
4141

42-
.. step:: Insert a Movie into the database
42+
.. step:: Insert a Movie object into the database
4343

4444
Run the following code to create an ``Movie`` object that
4545
stores data about a movie titled ``"Minari"``, including
@@ -64,7 +64,7 @@ and delete functions on your model objects.
6464
:language: python
6565
:copyable:
6666

67-
.. step:: Insert a Viewer into the database
67+
.. step:: Insert a Viewer object into the database
6868

6969
You can also use your ``Viewer`` model to insert documents into the
7070
``sample_mflix.users`` collection. Run the following code to create

0 commit comments

Comments
 (0)