summaryrefslogtreecommitdiff
path: root/docs/ref/forms
diff options
context:
space:
mode:
authorZhaorong Ma <mazhaorong@gmail.com>2014-08-14 12:00:06 -0400
committerTim Graham <timograham@gmail.com>2014-08-14 12:13:52 -0400
commitbef5b9b7cdca04713ab5a34fa02b2e8dfcf79d9e (patch)
tree9baeb3e4d14a2c0116ab6af46312e967da6966c9 /docs/ref/forms
parent0bfb53866199f366ed140d49938fd185e5898156 (diff)
Fixed a grammar error in docs/ref/forms/api.txt.
Diffstat (limited to 'docs/ref/forms')
-rw-r--r--docs/ref/forms/api.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/forms/api.txt b/docs/ref/forms/api.txt
index 42780bde3c..da8e8a92f1 100644
--- a/docs/ref/forms/api.txt
+++ b/docs/ref/forms/api.txt
@@ -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