diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt index 4d042b267c..e107f41454 100644 --- a/docs/ref/models/fields.txt +++ b/docs/ref/models/fields.txt @@ -925,7 +925,7 @@ define the details of how the relation works. `; and when you do so :ref:`some special syntax ` is available. - If you wish to supress the provision of a backwards relation, you may + If you wish to suppress the provision of a backwards relation, you may simply provide a ``related_name`` which ends with a ``'+'`` character. For example::