summaryrefslogtreecommitdiff
path: root/docs/creating.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/creating.rst')
-rw-r--r--docs/creating.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/creating.rst b/docs/creating.rst
index 330dc4c..fc498a1 100644
--- a/docs/creating.rst
+++ b/docs/creating.rst
@@ -17,5 +17,6 @@ Creating Validation Errors
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 ``descend`` in order to properly
-maintain where in the instance or schema respsectively the error occurred.
+``path`` or ``schema_path`` arguments to :meth:`ValidatorMixin.descend` in
+order to properly maintain where in the instance or schema respsectively the
+error occurred.