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

Fixed a grammar error in docs/ref/forms/api.txt.

parent 0bfb5386
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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