summaryrefslogtreecommitdiff
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:43 -0400
commit50d9bed1d5408f7a6d86a5a96f71edbba62b20bf (patch)
tree8e1263f4aeb397138fca00161967b412de8b8703
parentd3b7b6a7a452314ae12f633dec6d87b4f3465bea (diff)
[1.5.x] Minor spelling correction in ModelForms docs
Backport of 2fbf949760 from master
-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 6205d798c5..34fb9b957d 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::