Skip to content

Commit

Permalink
Merge pull request #84 from ash211/patch-1
Browse files Browse the repository at this point in the history
Typo: genrerator -> generator
  • Loading branch information
kvesteri committed Jul 13, 2015
2 parents 91bef18 + 16534a9 commit ab8550c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ form as a parent form for ModelForm. ::
model = User


You can also pass any form genrerator option to model_form_factory. ::
You can also pass any form generator option to model_form_factory. ::


ModelForm = model_form_factory(Form, strip_string_fields=True)
Expand Down

0 comments on commit ab8550c

Please sign in to comment.