summaryrefslogtreecommitdiff
path: root/docs/forms.txt
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2006-09-29 02:30:42 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2006-09-29 02:30:42 +0000
commitfa8a1d252a4e928e5bed2cf7002e38943d80f753 (patch)
tree58c21a1c8efcfca58a9a7c36937e7f167a4809f1 /docs/forms.txt
parent7d5f6fe0f4895e46646430109efcb3d3b8005050 (diff)
Fixed #2845 -- Corrected a few spelling errors in the docs and changed a
couple of correctly spelt words to their North American counterparts for consistency. Thanks, treborhudson@gmail.com git-svn-id: http://code.djangoproject.com/svn/django/trunk@3883 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 2b00cb67d6..767225cfd4 100644
--- a/docs/forms.txt
+++ b/docs/forms.txt
@@ -489,7 +489,7 @@ required fields are present and non-empty. For each field that passes that
test *and if the form submission contained data* for that field, all the
validators for that field are called in turn. The emphasized portion in the
last sentence is important: if a form field is not submitted (because it
-contains no data -- which is normal HTML behaviour), the validators are not
+contains no data -- which is normal HTML behavior), the validators are not
run against the field.
This feature is particularly important for models using