diff options
| author | Andrew Plummer <plummer574@gmail.com> | 2015-12-09 10:43:20 +0000 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-12-09 07:21:32 -0500 |
| commit | 4eb9a1cf2a4891cf33a95f9b525993fd27b0bc01 (patch) | |
| tree | ea150b1447bd7e4c1ebd1ffb6928ee56ed8b6e7e /docs | |
| parent | d34de856e511cff77b8b3b9e1c7f30bcdcd2543a (diff) | |
[1.8.x] Fixed typo in docs/ref/forms/validation.txt.
Backport of 1aa8bf9b43bbc214770389b9b8d084552040fa44 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/forms/validation.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/forms/validation.txt b/docs/ref/forms/validation.txt index a8ece9928a..b980ea686e 100644 --- a/docs/ref/forms/validation.txt +++ b/docs/ref/forms/validation.txt @@ -75,7 +75,7 @@ overridden: * The form subclass's ``clean()`` method can perform validation that requires access to multiple form fields. This is where you might put in checks such as - "if field ``A``is supplied, field ``B`` must contain a valid email address". + "if field ``A`` is supplied, field ``B`` must contain a valid email address". This method can return a completely different dictionary if it wishes, which will be used as the ``cleaned_data``. |
