Fixed misspelling in model fields docs.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14096 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Carl Meyer 2010-10-09 22:38:51 +00:00
parent 16089ba135
commit b61cafb146
1 changed files with 1 additions and 1 deletions

View File

@ -925,7 +925,7 @@ define the details of how the relation works.
<abstract-base-classes>`; and when you do so
:ref:`some special syntax <abstract-related-name>` 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::