summaryrefslogtreecommitdiff
path: root/docs/creating.rst
diff options
context:
space:
mode:
authorStephen Rosen <sirosen@globus.org>2021-12-13 22:54:47 +0000
committerStephen Rosen <sirosen@globus.org>2021-12-13 22:54:47 +0000
commit3a6292591334f85f3a79a3c3612dabc79f3e6e31 (patch)
tree5308200748a4d5809c96f4e37776875a68129b0d /docs/creating.rst
parent94dea8b44713f0c3d7b5d2c53941e1d56b3dc34a (diff)
downloadjsonschema-3a6292591334f85f3a79a3c3612dabc79f3e6e31.tar.gz
Fix doc linting build
This fixes `tox -e docs-style` `tox -e docs-linkcheck` is still failing (needs investigation)
Diffstat (limited to 'docs/creating.rst')
-rw-r--r--docs/creating.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/creating.rst b/docs/creating.rst
index b77edc4..810293f 100644
--- a/docs/creating.rst
+++ b/docs/creating.rst
@@ -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`.