summaryrefslogtreecommitdiff
path: root/docs/ref
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:15:18 -0400
commit73cc96478b349789a0effacec8304836268c1f2f (patch)
treeaca7734626a34357974eb02d6d6746ea83da6690 /docs/ref
parent99b5567796b2a4b96547a51e630f8c5b23d78531 (diff)
[1.6.x] Fixed a grammar error in docs/ref/forms/api.txt.
Backport of bef5b9b7cd from master
Diffstat (limited to 'docs/ref')
-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 8fa2de8db1..d819ec3489 100644
--- a/docs/ref/forms/api.txt
+++ b/docs/ref/forms/api.txt
@@ -844,7 +844,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