Skip to content

Commit f191068

Browse files
committed
SR feedback
1 parent 7fd38fd commit f191068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/model-data/models.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ The following table describes supported BSON field types and their
212212
Define a Model
213213
--------------
214214

215-
To create an model that represents a MongoDB collection, add your model
215+
To create a model that represents a MongoDB collection, add your model
216216
class definitions to your application's ``models.py`` file. In your model
217217
class, specify the fields you want to store and include any model metadata
218218
in an inner ``Meta`` class. You can also use the ``__str__()`` method to

0 commit comments

Comments
 (0)