Skip to content

Commit

Permalink
Fix doc linting build
Browse files Browse the repository at this point in the history
This fixes `tox -e docs-style`
`tox -e docs-linkcheck` is still failing (needs investigation)
  • Loading branch information
sirosen committed Dec 13, 2021
1 parent 94dea8b commit 3a62925
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Features
and
`Draft 3 <https://python-jsonschema.readthedocs.io/en/latest/validate/#jsonschema.Draft3Validator>`_

* `Lazy validation <https://python-jsonschema.readthedocs.io/en/latest/validate/#jsonschema.Validator.iter_errors>`_
* `Lazy validation <https://python-jsonschema.readthedocs.io/en/latest/validate/#jsonschema.protocols.Validator.iter_errors>`_
that can iteratively report *all* validation errors.

* `Programmatic querying <https://python-jsonschema.readthedocs.io/en/latest/errors/>`_
Expand Down
5 changes: 3 additions & 2 deletions docs/creating.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ where in the instance or schema respectively the error occurred.
The Validator Protocol
----------------------

``jsonschema`` defines a `protocol <typing.Protocol>`, `jsonschema.protocols.Validator` which
can be used in type annotations to describe the type of a validator object.
``jsonschema`` defines a `protocol <typing.Protocol>`,
`jsonschema.protocols.Validator` which can be used in type annotations to
describe the type of a validator object.

For full details, see `validator-protocol`.

0 comments on commit 3a62925

Please sign in to comment.