summaryrefslogtreecommitdiff
path: root/docs/creating.rst
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2017-12-24 15:16:39 -0500
committerJulian Berman <Julian@GrayVines.com>2017-12-24 15:16:39 -0500
commit2084040992f72e820027ef58eb5fdf6ff28f7e88 (patch)
tree4cfca9fe33e120cf18b0e12622d46076cefa301e /docs/creating.rst
parent11cfa509b6eb49baf80175917543a22498fd41da (diff)
downloadjsonschema-2084040992f72e820027ef58eb5fdf6ff28f7e88.tar.gz
:mod: / :exc: / :meth:
Diffstat (limited to 'docs/creating.rst')
-rw-r--r--docs/creating.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/creating.rst b/docs/creating.rst
index ec5e6e5..f9cef2a 100644
--- a/docs/creating.rst
+++ b/docs/creating.rst
@@ -40,7 +40,9 @@ Creating or Extending Validator Classes
unprovided, a `jsonschema.TypeChecker` will created with no
supported types.
- :returns: a new `jsonschema.IValidator` class
+ Returns:
+
+ a new `jsonschema.IValidator` class
.. autofunction:: extend
@@ -68,7 +70,9 @@ Creating or Extending Validator Classes
:argument jsonschema.TypeChecker type_checker: a type checker. If
unprovided, the existing `jsonschema.TypeChecker` will be used.
- :returns: a new `jsonschema.IValidator` class
+ Returns:
+
+ a new `jsonschema.IValidator` class extending the one provided
.. note:: Meta Schemas