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
74
74
and
75
75
`Draft 3 <https://python-jsonschema.readthedocs.io/en/latest/validate/#jsonschema.Draft3Validator >`_
76
76
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 >`_
78
78
that can iteratively report *all * validation errors.
79
79
80
80
* `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.
27
27
The Validator Protocol
28
28
----------------------
29
29
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.
32
33
33
34
For full details, see `validator-protocol `.
You can’t perform that action at this time.
0 commit comments