summaryrefslogtreecommitdiff
path: root/docs/ref/forms
diff options
context:
space:
mode:
authorSimon Meers <simon@simonmeers.com>2011-05-13 04:33:42 +0000
committerSimon Meers <simon@simonmeers.com>2011-05-13 04:33:42 +0000
commit5ecb88c146c7b4d1adb046d65c43a0b75283c03d (patch)
tree255fc1861880cdfaf28912041e645747c7de99a4 /docs/ref/forms
parentdf6e0314080afcd6a96c3769807991d52072b2a1 (diff)
Fixed #16014 -- numerous documentation typos -- thanks psmith.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16220 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/forms')
-rw-r--r--docs/ref/forms/validation.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/forms/validation.txt b/docs/ref/forms/validation.txt
index 23aa27d985..5264279e8e 100644
--- a/docs/ref/forms/validation.txt
+++ b/docs/ref/forms/validation.txt
@@ -361,6 +361,6 @@ considering aren't valid, we must remember to remove them from the
``cleaned_data``.
In fact, Django will currently completely wipe out the ``cleaned_data``
-dictionary if there are any errors in the form. However, this behaviour may
+dictionary if there are any errors in the form. However, this behavior may
change in the future, so it's not a bad idea to clean up after yourself in the
first place.