summaryrefslogtreecommitdiff
path: root/docs/ref/exceptions.txt
diff options
context:
space:
mode:
authorSzczepan Cieślik <szczepan.cieslik@gmail.com>2014-02-22 18:30:28 +0100
committerTim Graham <timograham@gmail.com>2014-02-25 10:28:32 -0500
commite8161980347da5a68b4224d8a9ffc466630a796d (patch)
tree741d748738f3923d38b6ab69d54a5c26f4fe6b65 /docs/ref/exceptions.txt
parent65b4626528fc133a09ebc8d19fbaa871bdb7e17d (diff)
Fixed docs typos.
Diffstat (limited to 'docs/ref/exceptions.txt')
-rw-r--r--docs/ref/exceptions.txt2
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