summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakesxiSximada <takesxi.sximada@gmail.com>2015-10-12 15:47:22 +0900
committerTakesxiSximada <takesxi.sximada@gmail.com>2015-10-12 15:47:22 +0900
commitdcb2fab345c0ec3646ce4fc3a9f554885a0cc65a (patch)
tree30e0b013d516d283e689d3ae8b4d79fb48343d2f
parent50da3a0507f8e4dc6dd3bcf289bbb7ab956d32b9 (diff)
downloadjsonschema-dcb2fab345c0ec3646ce4fc3a9f554885a0cc65a.tar.gz
fixed document typo
-rw-r--r--docs/creating.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/creating.rst b/docs/creating.rst
index 029d7a8..889d1c3 100644
--- a/docs/creating.rst
+++ b/docs/creating.rst
@@ -95,5 +95,5 @@ Any validating function that validates against a subschema should call
:meth:`ValidatorMixin.descend`, rather than :meth:`ValidatorMixin.iter_errors`.
If it recurses into the instance, or schema, it should pass one or both of the
``path`` or ``schema_path`` arguments to :meth:`ValidatorMixin.descend` in
-order to properly maintain where in the instance or schema respsectively the
+order to properly maintain where in the instance or schema respectively the
error occurred.