File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ Features
7474 and
7575 `Draft 3 <https://python-jsonschema.readthedocs.io/en/latest/validate/#jsonschema.Draft3Validator >`_
7676
77- * `Lazy validation <https://python-jsonschema.readthedocs.io/en/latest/validate/#jsonschema.Validator.iter_errors >`_
77+ * `Lazy validation <https://python-jsonschema.readthedocs.io/en/latest/validate/#jsonschema.protocols. Validator.iter_errors >`_
7878 that can iteratively report *all * validation errors.
7979
8080* `Programmatic querying <https://python-jsonschema.readthedocs.io/en/latest/errors/ >`_
Original file line number Diff line number Diff line change @@ -27,7 +27,8 @@ where in the instance or schema respectively the error occurred.
2727The Validator Protocol
2828----------------------
2929
30- ``jsonschema `` defines a `protocol <typing.Protocol> `, `jsonschema.protocols.Validator ` which
31- can be used in type annotations to describe the type of a validator object.
30+ ``jsonschema `` defines a `protocol <typing.Protocol> `,
31+ `jsonschema.protocols.Validator ` which can be used in type annotations to
32+ describe the type of a validator object.
3233
3334For full details, see `validator-protocol `.
You can’t perform that action at this time.
0 commit comments