summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/model-api.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/model-api.txt b/docs/model-api.txt
index 1864de7e6a..e58df9df01 100644
--- a/docs/model-api.txt
+++ b/docs/model-api.txt
@@ -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.