Merge pull request #249 from TakesxiSximada/fix-typo-document
fixed document typo
This commit is contained in:
@@ -95,5 +95,5 @@ Any validating function that validates against a subschema should call
|
|||||||
:meth:`ValidatorMixin.descend`, rather than :meth:`ValidatorMixin.iter_errors`.
|
: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
|
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
|
``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.
|
error occurred.
|
||||||
|
Reference in New Issue
Block a user