summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2008-03-11 23:09:44 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2008-03-11 23:09:44 +0000
commitcb4a018c35c0b4e3d8ad98d7664bfd309ec7c82c (patch)
treecacea18c59d9586478e11f35c90b7754288d8319 /docs
parenta74299fb61bae1753c385c35c6b3a349507c103c (diff)
Fixed #6757 -- Corrected typo in newforms docs. Thanks, Atul Varma <varmaa@gmail.com>.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7227 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/newforms.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/newforms.txt b/docs/newforms.txt
index 9d95d88b9f..0b5559ab88 100644
--- a/docs/newforms.txt
+++ b/docs/newforms.txt
@@ -1564,7 +1564,7 @@ The three types of cleaning methods are:
Note that any errors raised by your ``Form.clean()`` override will not
be associated with any field in particular. They go into a special
- "field" (called ``__all__``, which you can access via the
+ "field" (called ``__all__``), which you can access via the
``non_field_errors()`` method if you need to.
These methods are run in the order given above, one field at a time. That is,