diff options
| author | Tim Graham <timograham@gmail.com> | 2014-11-11 16:41:09 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-11-11 16:41:09 +0100 |
| commit | 40ba6f21bb5a728987da9a7055c74fa3c65da4db (patch) | |
| tree | ecd4d52e0705514da640c89c34f4715bc41a4adf /docs/topics | |
| parent | b7a5b6ab8672daf907ba57e50edbed4cad596d4b (diff) | |
Fixed spelling errors in docs.
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/forms/index.txt | 2 |
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. |
