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 eec4472 commit 0d941a2Copy full SHA for 0d941a2
source/get-started/write-data.txt
@@ -64,7 +64,7 @@ and delete functions on your model objects.
64
:language: python
65
:copyable:
66
67
- .. step:: Insert a viewer into the database
+ .. step:: Insert a Viewer into the database
68
69
You can also use your ``Viewer`` model to insert documents into the
70
``sample_mflix.users`` collection. Run the following code to create
@@ -76,7 +76,7 @@ and delete functions on your model objects.
76
77
78
79
- .. step:: Delete a viewer object
+ .. step:: Delete a Viewer object
80
81
One movie viewer named "Alliser Thorne" no longer uses the movie streaming
82
site. To remove this viewer's corresponding document from the database,
0 commit comments