We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ce8250 commit 420fc6bCopy full SHA for 420fc6b
jsonschema/protocols.py
@@ -48,7 +48,7 @@
48
@runtime_checkable
49
class Validator(Protocol):
50
"""
51
- The protocol to which all validator classes should adhere.
+ The protocol to which all validator classes adhere.
52
53
Arguments:
54
@@ -95,7 +95,7 @@ class Validator(Protocol):
95
TYPE_CHECKER: ClassVar[jsonschema.TypeChecker]
96
97
#: A `jsonschema.FormatChecker` that will be used when validating
98
- #: :kw:`format` properties in JSON schemas.
+ #: :kw:`format` keywords in JSON schemas.
99
FORMAT_CHECKER: ClassVar[jsonschema.FormatChecker]
100
101
#: A function which given a schema returns its ID.
0 commit comments