Skip to content

Commit 67e3c7e

Browse files
authored
Merge pull request #1063 from aryanA101a/patch-1
documentation mistype fix
2 parents 0b64ff4 + 5984889 commit 67e3c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonschema/validators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1208,7 +1208,7 @@ def validate(instance, schema, cls=None, *args, **kwargs): # noqa: D417
12081208
if you intend to validate multiple instances with
12091209
the same schema, you likely would prefer using the
12101210
`jsonschema.protocols.Validator.validate` method directly on a
1211-
specific validator (e.g. ``Draft20212Validator.validate``).
1211+
specific validator (e.g. ``Draft202012Validator.validate``).
12121212
12131213
12141214
Arguments:

0 commit comments

Comments
 (0)