summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPhaneendra Chiruvella <hi@pcx.io>2013-08-28 16:05:46 +0530
committerTim Graham <timograham@gmail.com>2013-08-28 07:12:38 -0400
commit68eca2b36ff8e4091fbfd210ca0782c7b8313a05 (patch)
treea7a567e3d854dcbf5a04b78ae5394fb1fe1cb4d5 /docs
parent544a190ebf53d4a6661474d3020eab2334c7f181 (diff)
[1.6.x] Minor spelling correction in ModelForms docs
Backport of 2fbf949760 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/forms/modelforms.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/forms/modelforms.txt b/docs/topics/forms/modelforms.txt
index 0f3c5bb815..2bb58721d8 100644
--- a/docs/topics/forms/modelforms.txt
+++ b/docs/topics/forms/modelforms.txt
@@ -17,7 +17,7 @@ model, and you want to create a form that lets people submit comments. In this
case, it would be redundant to define the field types in your form, because
you've already defined the fields in your model.
-For this reason, Django provides a helper class that let you create a ``Form``
+For this reason, Django provides a helper class that lets you create a ``Form``
class from a Django model.
For example::