We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cbbe8a commit adefaa1Copy full SHA for adefaa1
1 file changed
asdf/schema.py
@@ -467,8 +467,8 @@ def get_validator(
467
"""
468
Get a JSON schema validator object for the given schema.
469
470
- The additional *args and **kwargs are passed along to
471
- `~jsonschema.protocols.Validator.validate`.
+ The additional *args and **kwargs are passed to the
+ constructor of the returned ``Validator``.
472
473
Parameters
474
----------
0 commit comments