Merge pull request #249 from TakesxiSximada/fix-typo-document

fixed document typo
This commit is contained in:
Julian Berman 2015-10-12 07:41:28 -04:00
commit 11666e8200
1 changed files with 1 additions and 1 deletions

View File

@ -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.