summaryrefslogtreecommitdiff
path: root/docs/validate.rst
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2020-08-04 10:24:01 -0400
committerJulian Berman <Julian@GrayVines.com>2020-08-04 10:24:01 -0400
commit1b205545ccd8935836f4206f4109aa5b376e9f30 (patch)
tree77993094bf4bfb90e2ee8d262032db4a696abf3d /docs/validate.rst
parentb3deffd5e19fbcb12c67c76f1b84c83b370aa450 (diff)
downloadjsonschema-1b205545ccd8935836f4206f4109aa5b376e9f30.tar.gz
Ref Py3 in the docs.
Diffstat (limited to 'docs/validate.rst')
-rw-r--r--docs/validate.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/validate.rst b/docs/validate.rst
index c40245f..3489f20 100644
--- a/docs/validate.rst
+++ b/docs/validate.rst
@@ -124,7 +124,7 @@ classes should adhere to.
Lazily yield each of the validation errors in the given instance.
- :rtype: an `collections.Iterable` of
+ :rtype: an `collections.abc.Iterable` of
`jsonschema.exceptions.ValidationError`\s
>>> schema = {