Skip to content

Commit

Permalink
[1.5.x] Minor spelling correction in ModelForms docs
Browse files Browse the repository at this point in the history
Backport of 2fbf949 from master
  • Loading branch information
pcx authored and timgraham committed Aug 28, 2013
1 parent d3b7b6a commit 50d9bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/forms/modelforms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down

0 comments on commit 50d9bed

Please sign in to comment.