diff options
| author | Szczepan Cieślik <szczepan.cieslik@gmail.com> | 2014-02-22 18:30:28 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-02-25 10:28:32 -0500 |
| commit | e8161980347da5a68b4224d8a9ffc466630a796d (patch) | |
| tree | 741d748738f3923d38b6ab69d54a5c26f4fe6b65 /docs/ref/exceptions.txt | |
| parent | 65b4626528fc133a09ebc8d19fbaa871bdb7e17d (diff) | |
Fixed docs typos.
Diffstat (limited to 'docs/ref/exceptions.txt')
| -rw-r--r-- | docs/ref/exceptions.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/exceptions.txt b/docs/ref/exceptions.txt index c84dd87ed3..18b77fdd71 100644 --- a/docs/ref/exceptions.txt +++ b/docs/ref/exceptions.txt @@ -130,7 +130,7 @@ NON_FIELD_ERRORS ``ValidationError``\s that don't belong to a particular field in a form or model are classified as ``NON_FIELD_ERRORS``. This constant is used -as a key in dictonaries that otherwise map fields to their respective +as a key in dictionaries that otherwise map fields to their respective list of errors. .. currentmodule:: django.core.urlresolvers |
