summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/topics/db/models.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/topics/db/models.txt b/docs/topics/db/models.txt
index 9b29e1ef3a..c2577ecc98 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
-<manytomany-arguments>`. 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
+ <manytomany-arguments>`. These options help define how the relationship
+ should work; all are optional.
.. _intermediary-manytomany: