summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-11-11 16:41:09 +0100
committerTim Graham <timograham@gmail.com>2014-11-11 16:41:09 +0100
commit40ba6f21bb5a728987da9a7055c74fa3c65da4db (patch)
treeecd4d52e0705514da640c89c34f4715bc41a4adf /docs/topics
parentb7a5b6ab8672daf907ba57e50edbed4cad596d4b (diff)
Fixed spelling errors in docs.
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/forms/index.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/forms/index.txt b/docs/topics/forms/index.txt
index 473285d37e..4625bd3149 100644
--- a/docs/topics/forms/index.txt
+++ b/docs/topics/forms/index.txt
@@ -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.