summaryrefslogtreecommitdiff
path: root/docs/forms.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2006-01-13 15:01:16 +0000
committerAdrian Holovaty <adrian@holovaty.com>2006-01-13 15:01:16 +0000
commit46120b86e3034be921397b2ad35ab130d0f361fb (patch)
tree614bee1b68cad8671031f044e3592777f025e562 /docs/forms.txt
parent46517e0a570d05f68d633d1b9ea681fee5b5d49e (diff)
Fixed #1211 -- Fixed tiny typo in docs/forms.txt. Thanks, paolo
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1943 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/forms.txt')
-rw-r--r--docs/forms.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/forms.txt b/docs/forms.txt
index 60e5c96971..5df942c15f 100644
--- a/docs/forms.txt
+++ b/docs/forms.txt
@@ -98,7 +98,7 @@ view has a number of problems:
because that field is required. Ugly.
* Even if you *do* perform validation, there's still no way to give that
- information to the user is any sort of useful way.
+ information to the user in any sort of useful way.
* You'll have to separately create a form (and view) that submits to this
page, which is a pain and is redundant.