summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorAlasdair Nicol <alasdair@thenicols.net>2014-11-20 15:35:36 +0000
committerTim Graham <timograham@gmail.com>2014-11-20 11:09:21 -0500
commit38ab0f13fac428dd05dad02ef7c94da5035927ad (patch)
treeb2014bbfc5a11c555bd45b105dc974e7cef00a47 /docs/ref
parent1a63093e22a18688914a82651c461e2ea89cd564 (diff)
Added missing backticks to form validation docs
Diffstat (limited to 'docs/ref')
-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 3ff2ea0ab7..5f57e1b8f0 100644
--- a/docs/ref/forms/validation.txt
+++ b/docs/ref/forms/validation.txt
@@ -81,7 +81,7 @@ overridden:
which will be used as the ``cleaned_data``.
Since the field validation methods have been run by the time ``clean()`` is
- called, you also have access to the form's errors attribute which
+ called, you also have access to the form's ``errors`` attribute which
contains all the errors raised by cleaning of individual fields.
Note that any errors raised by your :meth:`Form.clean()` override will not