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