Skip to content

Commit b3bfeb8

Browse files
committed
fix
1 parent 13fbf87 commit b3bfeb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/interact-data/crud.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ of ``141``:
120120

121121
The ``create()`` method allows you to create a new ``Movie`` object
122122
and save the object to MongoDB in one method call. Alternatively, you
123-
can create a Movie object and call save(), as shown in the following
123+
can create a ``Movie`` object and call ``save()``, as shown in the following
124124
code:
125125

126126
.. code-block:: python

0 commit comments

Comments
 (0)