Skip to content

Commit 420fc6b

Browse files
committed
Minor verbiage tweak for protocols.
1 parent 8ce8250 commit 420fc6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jsonschema/protocols.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
@runtime_checkable
4949
class Validator(Protocol):
5050
"""
51-
The protocol to which all validator classes should adhere.
51+
The protocol to which all validator classes adhere.
5252
5353
Arguments:
5454
@@ -95,7 +95,7 @@ class Validator(Protocol):
9595
TYPE_CHECKER: ClassVar[jsonschema.TypeChecker]
9696

9797
#: A `jsonschema.FormatChecker` that will be used when validating
98-
#: :kw:`format` properties in JSON schemas.
98+
#: :kw:`format` keywords in JSON schemas.
9999
FORMAT_CHECKER: ClassVar[jsonschema.FormatChecker]
100100

101101
#: A function which given a schema returns its ID.

0 commit comments

Comments
 (0)