@@ -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 object 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
@@ -51,7 +51,7 @@ and delete functions on your model objects.
51
51
:language: python
52
52
:copyable:
53
53
54
- .. step:: Update your Movie object
54
+ .. step:: Update your `` Movie`` object
55
55
56
56
The ``Movie`` object created in the previous step has inaccurate data:
57
57
the ``runtime`` value is ``217``, but the correct ``runtime`` value is ``117``.
@@ -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 object 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
@@ -76,7 +76,7 @@ and delete functions on your model objects.
76
76
:language: python
77
77
:copyable:
78
78
79
- .. step:: Delete a Viewer object
79
+ .. step:: Delete a `` Viewer`` object
80
80
81
81
One movie viewer named "Alliser Thorne" no longer uses the movie streaming
82
82
site. To remove this viewer's corresponding document from the database,
0 commit comments