From 2b694919db8234b5d4e920ac09066c9fe265dcd7 Mon Sep 17 00:00:00 2001 From: Zhaorong Ma Date: Thu, 14 Aug 2014 12:00:06 -0400 Subject: [PATCH] [1.7.x] Fixed a grammar error in docs/ref/forms/api.txt. Backport of bef5b9b7cd from master --- docs/ref/forms/api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/forms/api.txt b/docs/ref/forms/api.txt index 2a0e7daf3fa..fca2c9482a8 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