Skip to content

Commit

Permalink
Minor verbiage tweak for protocols.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Aug 31, 2022
1 parent 8ce8250 commit 420fc6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jsonschema/protocols.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
@runtime_checkable
class Validator(Protocol):
"""
The protocol to which all validator classes should adhere.
The protocol to which all validator classes adhere.
Arguments:
Expand Down Expand Up @@ -95,7 +95,7 @@ class Validator(Protocol):
TYPE_CHECKER: ClassVar[jsonschema.TypeChecker]

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

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

0 comments on commit 420fc6b

Please sign in to comment.