From 1ad00c8b84d8316860580aa04c98a3a687d6edd9 Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Sun, 28 Aug 2022 11:19:24 +0300 Subject: Another RTD-only failed ref. --- docs/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 `, 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 `, 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. -- cgit v1.2.1