Skip to content

Commit 0d941a2

Browse files
committed
fix
1 parent eec4472 commit 0d941a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/get-started/write-data.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ and delete functions on your model objects.
6464
:language: python
6565
:copyable:
6666

67-
.. step:: Insert a viewer into the database
67+
.. step:: Insert a Viewer 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

Comments
 (0)