Skip to content

Commit e286c12

Browse files
authored
docs: jsonloader is no longer a JsonLoader instance
1 parent 670d318 commit e286c12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonref.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def replace_refs(
6262
reference objects replaced by :class:`JsonRef` instances
6363
:param base_uri: URI to resolve relative references against
6464
:param loader: Callable that takes a URI and returns the parsed JSON
65-
(defaults to global ``jsonloader``, a :class:`JsonLoader` instance)
65+
(defaults to global ``jsonloader``)
6666
:param jsonschema: Flag to turn on `JSON Schema mode
6767
<http://json-schema.org/latest/json-schema-core.html#anchor25>`_.
6868
'id' keyword changes the `base_uri` for references contained within

0 commit comments

Comments
 (0)