Fixed spelling errors in docs.

This commit is contained in:
Tim Graham 2014-11-11 16:41:09 +01:00
parent b7a5b6ab86
commit 40ba6f21bb
3 changed files with 3 additions and 2 deletions

View file

@ -591,7 +591,7 @@ errors. For example, ``{{ form.non_field_errors }}`` would look like:
.. versionchanged:: 1.8
The "nonfield" class as described in the example above was added.
The ``nonfield`` class as described in the example above was added.
See :doc:`/ref/forms/api` for more on errors, styling, and working with form
attributes in templates.