summaryrefslogtreecommitdiff
path: root/docs/ref/forms
diff options
context:
space:
mode:
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 2a0e7daf3f..fca2c9482a 100644
--- a/docs/ref/forms/api.txt
+++ b/docs/ref/forms/api.txt
@@ -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