Skip to content

Commit

Permalink
Fixed typo in docs/model-api.txt. Thanks, anl
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1293 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Nov 19, 2005
1 parent c5068ff commit 34560e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/model-api.txt
Expand Up @@ -580,7 +580,7 @@ relationship should work. All are optional:
Many-to-many relationships
~~~~~~~~~~~~~~~~~~~~~~~~~~

To define a many-to-one relationship, use ``ManyToManyField``. You use it just
To define a many-to-many relationship, use ``ManyToManyField``. You use it just
like any other ``Field`` type: by including it as a class attribute of your
model.

Expand Down

0 comments on commit 34560e0

Please sign in to comment.