summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2013-05-20 22:53:31 -0400
committerJulian Berman <Julian@GrayVines.com>2013-05-20 22:53:31 -0400
commit84aa9ef0cfc77f31c56a24c21df41fdb05184606 (patch)
treee936f901d47b1251fe0f3d6622492efd53ee170f
parente48bc4ab34bd52ca41021ec48cd8b57dcd6af7a5 (diff)
downloadjsonschema-84aa9ef0cfc77f31c56a24c21df41fdb05184606.tar.gz
Forgot one.
-rw-r--r--docs/errors.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/errors.rst b/docs/errors.rst
index f168eeb..3b78b9a 100644
--- a/docs/errors.rst
+++ b/docs/errors.rst
@@ -179,6 +179,11 @@ failed when validating a given instance, you probably will want to do so using
:special-members:
:exclude-members: __dict__,__weakref__
+ .. attribute:: errors
+
+ The mapping of validator names to the error objects (usually
+ :class:`ValidationError`\s) at this level of the tree.
+
Consider the following example:
.. testcode::