Skip to content

Commit adefaa1

Browse files
committed
fix broken jsonschema ref
1 parent 6cbbe8a commit adefaa1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

asdf/schema.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,8 +467,8 @@ def get_validator(
467467
"""
468468
Get a JSON schema validator object for the given schema.
469469
470-
The additional *args and **kwargs are passed along to
471-
`~jsonschema.protocols.Validator.validate`.
470+
The additional *args and **kwargs are passed to the
471+
constructor of the returned ``Validator``.
472472
473473
Parameters
474474
----------

0 commit comments

Comments
 (0)