Skip to content

Commit 3a62925

Browse files
committed
Fix doc linting build
This fixes `tox -e docs-style` `tox -e docs-linkcheck` is still failing (needs investigation)
1 parent 94dea8b commit 3a62925

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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/>`_

docs/creating.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ where in the instance or schema respectively the error occurred.
2727
The 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

3334
For full details, see `validator-protocol`.

0 commit comments

Comments
 (0)