summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTomasz Anielak <tanielak@gmail.com>2015-10-31 12:38:58 +0100
committerTim Graham <timograham@gmail.com>2015-10-31 08:53:00 -0400
commitb67502fb8dccefa0c0a3b4a63f9053c4238a8a0c (patch)
treeb29223a756e794b0a09e1c7ec6eae04630093f21 /docs
parentc7b8d5d135980b267b089b7367e1796304415417 (diff)
Fixed typo in docs/topics/db/models.txt.
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/db/models.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/db/models.txt b/docs/topics/db/models.txt
index ab6268b485..28bbf89aa5 100644
--- a/docs/topics/db/models.txt
+++ b/docs/topics/db/models.txt
@@ -1121,7 +1121,7 @@ Specifying the parent link field
As mentioned, Django will automatically create a
:class:`~django.db.models.OneToOneField` linking your child
-class back any non-abstract parent models. If you want to control the
+class back to any non-abstract parent models. If you want to control the
name of the attribute linking back to the parent, you can create your
own :class:`~django.db.models.OneToOneField` and set
:attr:`parent_link=True <django.db.models.OneToOneField.parent_link>`