Commit 34560e07 authored by Adrian Holovaty's avatar Adrian Holovaty
Browse files

Fixed typo in docs/model-api.txt. Thanks, anl

git-svn-id: http://code.djangoproject.com/svn/django/trunk@1293 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent c5068ff4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.