Skip to content

Commit 09bd46b

Browse files
committed
fixup
1 parent ec29f1e commit 09bd46b

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

reference/constraints/Traverse.rst

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
Traverse
22
========
33

4-
Objects do not validate nested objects by default unless explicitly using this constraint.
5-
If only certain nested objects should be validated by cascade, consider using the :doc:`references/constraints/Valid`
6-
instead.
4+
Objects do not validate nested objects by default unless explicitly using
5+
this constraint.
6+
If only specific nested objects should be validated by cascade, consider
7+
using the :doc:`references/constraints/Valid` instead.
78

89
+----------------+-------------------------------------------------------------------------------------+
910
| Applies to | :ref:`class <validation-class-target>` |
@@ -16,9 +17,10 @@ instead.
1617
Basic Usage
1718
-----------
1819

19-
In the following example, create three classes ``Book``, ``Author`` and ``Editor``
20-
that all have constraints on their properties. Furthermore, ``Book``
21-
stores an ``Author`` and an ``Editor`` instance that must be valid too::
20+
In the following example, create three classes ``Book``, ``Author`` and
21+
``Editor`` that all have constraints on their properties. Furthermore,
22+
``Book`` stores an ``Author`` and an ``Editor`` instance that must be
23+
valid too::
2224

2325
.. configuration-block::
2426

0 commit comments

Comments
 (0)