summaryrefslogtreecommitdiff
path: root/docs/newforms.txt
diff options
context:
space:
mode:
authorGary Wilson Jr <gary.wilson@gmail.com>2007-08-04 14:52:13 +0000
committerGary Wilson Jr <gary.wilson@gmail.com>2007-08-04 14:52:13 +0000
commitd018b92bbecbed5b8f44e9b2ee3fb15f500e2555 (patch)
treed6e1eec61d94f4dcf3a56b9f3e8339e5d3f7d409 /docs/newforms.txt
parent919205ef856e6226ab210405c48a26a516a6fb50 (diff)
Fixed #5083 -- Fixed typo in newforms documentation, thanks Rik.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5800 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/newforms.txt')
-rw-r--r--docs/newforms.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/newforms.txt b/docs/newforms.txt
index a51317343f..ce23b3617a 100644
--- a/docs/newforms.txt
+++ b/docs/newforms.txt
@@ -1222,7 +1222,7 @@ Custom form and field validation
Form validation happens when the data is cleaned. If you want to customise
this process, there are various places you can change, each one serving a
-different purpose. Thee types of cleaning methods are run during form
+different purpose. Three types of cleaning methods are run during form
processing. These are normally executed when you call the ``is_valid()``
method on a form. There are other things that can trigger cleaning and
validation (accessing the ``errors`` attribute or calling ``full_clean()``