From d018b92bbecbed5b8f44e9b2ee3fb15f500e2555 Mon Sep 17 00:00:00 2001 From: Gary Wilson Jr Date: Sat, 4 Aug 2007 14:52:13 +0000 Subject: [PATCH] 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 --- docs/newforms.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()``