Commit 5b889b24 authored by Marc Tamlyn's avatar Marc Tamlyn
Browse files

Merge pull request #1524 from pcx/master

Minor spelling correction in ModelForms docs
parents 095643e6 2fbf9497
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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::