Skip to content

Commit 91dedc1

Browse files
committed
Minor tweak
1 parent 4353849 commit 91dedc1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

validation/sequence_provider.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,13 +139,13 @@ that group are valid, the second group, ``Strict``, will be validated.
139139
infinite recursion (as the ``Default`` group references the group
140140
sequence, which will contain the ``Default`` group which references the
141141
same group sequence, ...).
142-
142+
143143
.. caution::
144-
145-
Calling ``validate()`` with a group in the sequence (``Strict`` in previous example)
146-
will cause a validation **only** with that group and not with all the groups in the
147-
sequence.
148-
This is because sequence is now referred to ``Default`` group validation.
144+
145+
Calling ``validate()`` with a group in the sequence (``Strict`` in previous
146+
example) will cause a validation **only** with that group and not with all
147+
the groups in the sequence. This is because sequence is now referred to
148+
``Default`` group validation.
149149

150150
You can also define a group sequence in the ``validation_groups`` form option::
151151

0 commit comments

Comments
 (0)