1
0
mirror of https://github.com/django/django.git synced 2025-04-22 00:04:43 +00:00

[1.7.x] Fixed a grammar error in docs/ref/forms/api.txt.

Backport of bef5b9b7cd from master
This commit is contained in:
Zhaorong Ma 2014-08-14 12:00:06 -04:00 committed by Tim Graham
parent d9559fe163
commit 2b694919db

View File

@ -927,7 +927,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