diff --git a/docs/topics/db/models.txt b/docs/topics/db/models.txt index 9b29e1ef3af..c2577ecc984 100644 --- a/docs/topics/db/models.txt +++ b/docs/topics/db/models.txt @@ -366,10 +366,10 @@ form would let users select the toppings. .. seealso:: -:class:`~django.db.models.ManyToManyField` fields also accept a number of extra -arguments which are explained in :ref:`the model field reference -`. These options help define how the relationship should -work; all are optional. + :class:`~django.db.models.ManyToManyField` fields also accept a number of + extra arguments which are explained in :ref:`the model field reference + `. These options help define how the relationship + should work; all are optional. .. _intermediary-manytomany: