Skip to content

Commit

Permalink
Of course the tweaked name doesn't work on macOS.
Browse files Browse the repository at this point in the history
Hopefully this works on both.
  • Loading branch information
Julian committed Aug 19, 2022
1 parent e8c87b5 commit 2a23f99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jsonschema/validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -1046,8 +1046,8 @@ def validate(instance, schema, cls=None, *args, **kwargs):
If you know you have a valid schema already, especially
if you intend to validate multiple instances with
the same schema, you likely would prefer using the
`jsonschema.Validator.validate` method directly on a specific
validator (e.g. ``Draft20212Validator.validate``).
`jsonschema.protocols.Validator.validate` method directly on a
specific validator (e.g. ``Draft20212Validator.validate``).
Arguments:
Expand Down

0 comments on commit 2a23f99

Please sign in to comment.