Merge pull request #1524 from pcx/master

Minor spelling correction in ModelForms docs
This commit is contained in:
Marc Tamlyn 2013-08-28 03:56:54 -07:00
commit 5b889b2408
1 changed files with 1 additions and 1 deletions

View File

@ -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::