Skip to content

Commit 4320a2c

Browse files
committed
Of course the tweaked name doesn't work on macOS.
Hopefully this works on both.
1 parent 5fe9759 commit 4320a2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jsonschema/validators.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1048,8 +1048,8 @@ def validate(instance, schema, cls=None, *args, **kwargs):
10481048
If you know you have a valid schema already, especially
10491049
if you intend to validate multiple instances with
10501050
the same schema, you likely would prefer using the
1051-
`jsonschema.Validator.validate` method directly on a specific
1052-
validator (e.g. ``Draft20212Validator.validate``).
1051+
`jsonschema.protocols.Validator.validate` method directly on a
1052+
specific validator (e.g. ``Draft20212Validator.validate``).
10531053
10541054
10551055
Arguments:

0 commit comments

Comments
 (0)