Skip to content

Commit 3f7f1e3

Browse files
committed
And now yet again some new failures...
1 parent bde874d commit 3f7f1e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ The JSON object ``{}`` is simply the Python `dict` ``{}``, and a JSON Schema lik
8585

8686
The :kw:`$ref` keyword is a single notable exception.
8787

88-
Specifically, in the case where `jsonschema` is asked to `resolve a remote reference <RefResolver>`, it has no choice but to assume that the remote reference is serialized as JSON, and to deserialize it using the `json` module.
88+
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.
8989

9090
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.
9191

0 commit comments

Comments
 (0)