Skip to content

Commit 90f659b

Browse files
committed
minor #6088 Update validation.rst (syedi)
This PR was submitted for the 3.0 branch but it was merged into the 2.3 branch instead (closes #6088). Discussion ---------- Update validation.rst | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 3.0 | Fixed tickets | N/A place 'IsTrue' instead of 'True' in line 957 Commits ------- 5e4e5a7 Update validation.rst
2 parents cefd184 + 5e4e5a7 commit 90f659b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/validation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -945,7 +945,7 @@ username and the password are different only if all other validation passes
945945
- Strict
946946
getters:
947947
passwordLegal:
948-
- 'True':
948+
- 'IsTrue':
949949
message: 'The password cannot match your username'
950950
groups: [Strict]
951951
properties:

0 commit comments

Comments
 (0)