Skip to content

Commit

Permalink
Merge pull request #1063 from aryanA101a/patch-1
Browse files Browse the repository at this point in the history
documentation mistype fix
  • Loading branch information
Julian authored Mar 20, 2023
2 parents 0b64ff4 + 5984889 commit 67e3c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsonschema/validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -1208,7 +1208,7 @@ def validate(instance, schema, cls=None, *args, **kwargs): # noqa: D417
if you intend to validate multiple instances with
the same schema, you likely would prefer using the
`jsonschema.protocols.Validator.validate` method directly on a
specific validator (e.g. ``Draft20212Validator.validate``).
specific validator (e.g. ``Draft202012Validator.validate``).
Arguments:
Expand Down

0 comments on commit 67e3c7e

Please # to comment.