@@ -39,7 +39,7 @@ and delete functions on your model objects.
3939 :language: python
4040 :copyable:
4141
42- .. step:: Insert a Movie object 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
@@ -51,7 +51,7 @@ and delete functions on your model objects.
5151 :language: python
5252 :copyable:
5353
54- .. step:: Update your Movie object
54+ .. step:: Update your `` Movie`` object
5555
5656 The ``Movie`` object created in the previous step has inaccurate data:
5757 the ``runtime`` value is ``217``, but the correct ``runtime`` value is ``117``.
@@ -64,7 +64,7 @@ and delete functions on your model objects.
6464 :language: python
6565 :copyable:
6666
67- .. step:: Insert a Viewer object 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
@@ -76,7 +76,7 @@ and delete functions on your model objects.
7676 :language: python
7777 :copyable:
7878
79- .. step:: Delete a Viewer object
79+ .. step:: Delete a `` Viewer`` object
8080
8181 One movie viewer named "Alliser Thorne" no longer uses the movie streaming
8282 site. To remove this viewer's corresponding document from the database,
0 commit comments