Skip to content

Commit 0f9dd3f

Browse files
authored
Merge pull request #46 from jpmckinney/patch-2
docs: jsonloader is no longer a JsonLoader instance
2 parents 670d318 + e286c12 commit 0f9dd3f

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)