Skip to content

Commit d018b92

Browse files
committed
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
1 parent 919205e commit d018b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/newforms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1222,7 +1222,7 @@ Custom form and field validation
12221222

12231223
Form validation happens when the data is cleaned. If you want to customise
12241224
this process, there are various places you can change, each one serving a
1225-
different purpose. Thee types of cleaning methods are run during form
1225+
different purpose. Three types of cleaning methods are run during form
12261226
processing. These are normally executed when you call the ``is_valid()``
12271227
method on a form. There are other things that can trigger cleaning and
12281228
validation (accessing the ``errors`` attribute or calling ``full_clean()``

0 commit comments

Comments
 (0)