summaryrefslogtreecommitdiff
path: root/docs/errors.rst
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2017-12-24 09:38:41 -0500
committerJulian Berman <Julian@GrayVines.com>2017-12-24 09:39:28 -0500
commit2db932e69d78165ad90f1f6b13d31b63433b5863 (patch)
tree20ba0a53379ecad781c44ce342ebe4ceaeb81298 /docs/errors.rst
parent4b4611bbf5d1ad9daf85dd372b2ad41127bc5f6f (diff)
downloadjsonschema-2db932e69d78165ad90f1f6b13d31b63433b5863.tar.gz
Spelling
Diffstat (limited to 'docs/errors.rst')
-rw-r--r--docs/errors.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/errors.rst b/docs/errors.rst
index 8144187..6b52010 100644
--- a/docs/errors.rst
+++ b/docs/errors.rst
@@ -379,7 +379,7 @@ to guess the most relevant error in a given bunch.
:attr:`relevance` and transitively :func:`by_relevance` for more
details (the default is to sort with the defaults of that function).
Changing the default is only useful if you want to change the function
- that rates errors but still want the error context decension done by
+ that rates errors but still want the error context descent done by
this function.
:returns: the best matching error, or ``None`` if the iterable was empty
@@ -437,6 +437,6 @@ to guess the most relevant error in a given bunch.
instance and one is in the set of weak validator names, the
other error will take priority. By default, :validator:`anyOf`
and :validator:`oneOf` are considered weak validators and will
- be superceded by other same-level validation errors.
+ be superseded by other same-level validation errors.
:argument set strong: a collection of validator names to consider to
be "strong"