@@ -373,11 +373,10 @@ and pass the following arguments:
373373 stored in the array. You cannot specify ``EmbeddedModelField`` or
374374 ``FileField`` as the base field type.
375375
376- - ``size``: Specifies the maximum size of the array. This field is
377- optional.
376+ - ``size``: *(Optional)* Specifies the maximum size of the array.
378377
379- - ``options``: Specifies {+framework+} field options. This field is
380- optional. To view a list of available options, see `Field options
378+ - ``options``: *(Optional)* Specifies {+framework+} field options.
379+ To view a list of available options, see `Field options
381380 <{+django-docs+}/ref/models/fields/#field-options>`__
382381 in the {+framework+} documentation.
383382
@@ -420,7 +419,7 @@ the ``EmbeddedModelField()`` class constructor and pass the following arguments:
420419
421420- ``embedded_model``: Specifies the model class to store.
422421
423- - ``options``: Specifies {+framework+} field options. This field is optional . To view a list of
422+ - ``options``: *(Optional)* Specifies {+framework+} field options. To view a list of
424423 available options, see `Field options <{+django-docs+}/ref/models/fields/#field-options>`__
425424 in the {+framework+} documentation.
426425
@@ -457,6 +456,6 @@ Additional Information
457456To learn how to use your models to run database operations,
458457see the :ref:`django-interact-data` guides.
459458
460- To learn more about {+framework+} field types, see
459+ To learn more about {+framework+} field types, see the
461460`Model field reference <{+django-docs+}/ref/models/fields/>`__
462461in the {+framework+} documentation.
0 commit comments