Fixed #5105 -- Fixed two ReST errors in docs/newforms.txt. Thanks, Ramiro Morales

git-svn-id: http://code.djangoproject.com/svn/django/trunk@5824 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2007-08-07 02:18:36 +00:00
parent 3ed4997611
commit 404bf3b188
1 changed files with 3 additions and 3 deletions

View File

@ -748,7 +748,7 @@ form data)::
>>> f = ContactFormWithMugshot(request.POST, request.FILES)
Constructing an unbound form is the same as always -- just omit both
form data *and* file data:
form data *and* file data::
# Unbound form with a image field
>>> f = ContactFormWithMugshot()