Skip to content

Commit

Permalink
minor #6088 Update validation.rst (syedi)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
xabbuh committed Dec 31, 2015
2 parents cefd184 + 5e4e5a7 commit 90f659b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/validation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,7 @@ username and the password are different only if all other validation passes
- Strict
getters:
passwordLegal:
- 'True':
- 'IsTrue':
message: 'The password cannot match your username'
groups: [Strict]
properties:
Expand Down

0 comments on commit 90f659b

Please sign in to comment.