We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13fbf87 commit b3bfeb8Copy full SHA for b3bfeb8
source/interact-data/crud.txt
@@ -120,7 +120,7 @@ of ``141``:
120
121
The ``create()`` method allows you to create a new ``Movie`` object
122
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
+can create a ``Movie`` object and call ``save()``, as shown in the following
124
code:
125
126
.. code-block:: python
0 commit comments