summaryrefslogtreecommitdiff
path: root/jsonschema/exceptions.py
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2017-12-24 09:15:24 -0500
committerJulian Berman <Julian@GrayVines.com>2017-12-24 09:15:24 -0500
commit92ac6ce96d03a3d878beb6f112a1f61c46610a77 (patch)
tree672df245b223a3ff0c43339b21dfebdb4bd45051 /jsonschema/exceptions.py
parent6c63118b5eb2707eb01194f256a6eb2c10e4d4ac (diff)
downloadjsonschema-92ac6ce96d03a3d878beb6f112a1f61c46610a77.tar.gz
And now fix all the broken refs.
I have no idea how these were broken.
Diffstat (limited to 'jsonschema/exceptions.py')
-rw-r--r--jsonschema/exceptions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jsonschema/exceptions.py b/jsonschema/exceptions.py
index 4ab5797..33e0f4c 100644
--- a/jsonschema/exceptions.py
+++ b/jsonschema/exceptions.py
@@ -216,7 +216,7 @@ class ErrorTree(object):
If the index is not in the instance that this tree corresponds to and
is not known by this tree, whatever error would be raised by
``instance.__getitem__`` will be propagated (usually this is some
- subclass of :class:`LookupError`.
+ subclass of :exc:`~exceptions.LookupError`.
"""