diff --git a/docs/referencing.rst b/docs/referencing.rst index 425cb13a8..223b03363 100644 --- a/docs/referencing.rst +++ b/docs/referencing.rst @@ -220,6 +220,7 @@ Here for instance we retrieve YAML documents in a way similar to the `above `_ file in the check-jsonschema repository. One could similarly imagine a retrieval function which switches on whether to call ``yaml.safe_load`` or ``json.loads`` by file extension (or some more reliable mechanism) and thereby support retrieving references of various different file formats.