Skip to content

Commit 11666e8

Browse files
committed
Merge pull request #249 from TakesxiSximada/fix-typo-document
fixed document typo
2 parents 50da3a0 + dcb2fab commit 11666e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/creating.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,5 @@ Any validating function that validates against a subschema should call
9595
:meth:`ValidatorMixin.descend`, rather than :meth:`ValidatorMixin.iter_errors`.
9696
If it recurses into the instance, or schema, it should pass one or both of the
9797
``path`` or ``schema_path`` arguments to :meth:`ValidatorMixin.descend` in
98-
order to properly maintain where in the instance or schema respsectively the
98+
order to properly maintain where in the instance or schema respectively the
9999
error occurred.

0 commit comments

Comments
 (0)