Selaa lähdekoodia

Added missing backticks to form validation docs

Alasdair Nicol 10 vuotta sitten
vanhempi
commit
38ab0f13fa
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      docs/ref/forms/validation.txt

+ 1 - 1
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