Commit 73cc9647 authored by Zhaorong Ma's avatar Zhaorong Ma Committed by Tim Graham
Browse files

[1.6.x] Fixed a grammar error in docs/ref/forms/api.txt.

Backport of bef5b9b7 from master
parent 99b55677
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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