Fixed a grammar error in docs/ref/forms/api.txt.

This commit is contained in:
Zhaorong Ma 2014-08-14 12:00:06 -04:00 committed by Tim Graham
parent 0bfb538661
commit bef5b9b7cd
1 changed files with 1 additions and 1 deletions

View File

@ -945,7 +945,7 @@ form data)::
Constructing an unbound form is the same as always -- just omit both
form data *and* file data::
# Unbound form with a image field
# Unbound form with an image field
>>> f = ContactFormWithMugshot()
Testing for multipart forms