summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2023-03-20 10:13:21 -0400
committerGitHub <noreply@github.com>2023-03-20 10:13:21 -0400
commit67e3c7ecac7c257ccea6f2af96b075f2f28b191e (patch)
tree51e3868a41b3124c5a4624224cd75fd0a742bb87
parent0b64ff485398e2dbe58c078b2eaee56af5944db5 (diff)
parent5984889fcf9f408b394f20d7ca8125c992230463 (diff)
downloadjsonschema-67e3c7ecac7c257ccea6f2af96b075f2f28b191e.tar.gz
Merge pull request #1063 from aryanA101a/patch-1
documentation mistype fix
-rw-r--r--jsonschema/validators.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jsonschema/validators.py b/jsonschema/validators.py
index e5b780a..255bdcc 100644
--- a/jsonschema/validators.py
+++ b/jsonschema/validators.py
@@ -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: