Commit 2b694919 authored by Zhaorong Ma's avatar Zhaorong Ma Committed by Tim Graham
Browse files

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

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