@@ -79,8 +79,8 @@ as shown in the following example class:
79
79
:dedent:
80
80
81
81
The following sample code shows how to instantiate a model for each class
82
- and add the relationship between them. Click the :guilabel:`View Output` button to
83
- see sample MongoDB documents created by running the code:
82
+ and add the relationship between them. Click the :guilabel:`View Output`
83
+ button to see the data created by running the code:
84
84
85
85
.. io-code-block::
86
86
@@ -163,8 +163,8 @@ example class:
163
163
:dedent:
164
164
165
165
The following sample code shows how ton instantiate a model for each class
166
- and add the relationship between them. Click the :guilabel:`View Output` button to
167
- see sample MongoDB documents created by running the code:
166
+ and add the relationship between them. Click the :guilabel:`View Output`
167
+ button to see the data created by running the code:
168
168
169
169
.. io-code-block::
170
170
@@ -262,8 +262,8 @@ relationship with ``Planet`` as shown in the following example class:
262
262
:dedent:
263
263
264
264
The following sample code shows how to instantiate a model for each class
265
- and add the relationship between them. Click the :guilabel:`View Output` button to
266
- see sample MongoDB documents created by running the code:
265
+ and add the relationship between them. Click the :guilabel:`View Output`
266
+ button to see the data created by running the code:
267
267
268
268
.. io-code-block::
269
269
@@ -393,8 +393,8 @@ following example class:
393
393
394
394
The following sample code shows how to create a ``SpaceShip`` model and
395
395
embed multiple ``Cargo`` models and the MongoDB document created by running the
396
- code. Click the :guilabel:`View Output` button to see sample MongoDB documents
397
- created by running the code:
396
+ code. Click the :guilabel:`View Output` button to see the data created by
397
+ running the code:
398
398
399
399
.. io-code-block::
400
400
@@ -473,8 +473,8 @@ The ``Passenger`` model defines a ``BelongsToMany`` relationship with
473
473
474
474
The following sample code shows how to create a ``SpaceShip`` model in
475
475
a MySQL database and related ``Passenger`` models in a MongoDB database and
476
- the data created by running the code. Click the :guilabel:`View Output` button to
477
- see sample MongoDB documents created by running the code:
476
+ the data created by running the code. Click the :guilabel:`View Output` button
477
+ to see the data created by running the code:
478
478
479
479
.. io-code-block::
480
480
0 commit comments