summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2022-08-28 11:19:24 +0300
committerJulian Berman <Julian@GrayVines.com>2022-08-29 12:23:07 +0300
commit1ad00c8b84d8316860580aa04c98a3a687d6edd9 (patch)
treed86fb3d73543218f30bf63bf927b80e7b43cbbc4 /docs
parent3f7f1e34e359e290a2e636d111436d6c44d25930 (diff)
downloadjsonschema-1ad00c8b84d8316860580aa04c98a3a687d6edd9.tar.gz
Another RTD-only failed ref.
Diffstat (limited to 'docs')
-rw-r--r--docs/faq.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/faq.rst b/docs/faq.rst
index 51a7d2f..4dc1c5b 100644
--- a/docs/faq.rst
+++ b/docs/faq.rst
@@ -85,7 +85,7 @@ The JSON object ``{}`` is simply the Python `dict` ``{}``, and a JSON Schema lik
The :kw:`$ref` keyword is a single notable exception.
- Specifically, in the case where `jsonschema` is asked to `resolve a remote reference <jsonschema.RefResolver>`, it has no choice but to assume that the remote reference is serialized as JSON, and to deserialize it using the `json` module.
+ Specifically, in the case where `jsonschema` is asked to `resolve a remote reference <jsonschema.validators.RefResolver>`, it has no choice but to assume that the remote reference is serialized as JSON, and to deserialize it using the `json` module.
One cannot today therefore reference some remote piece of YAML and have it deserialized into Python objects by this library without doing some additional work.