Fixes grammatical error in assert module example (#4972)
This commit is contained in:
parent
93737f819a
commit
6647e8c271
1 changed files with 1 additions and 1 deletions
|
@ -52,5 +52,5 @@ EXAMPLES = '''
|
||||||
that:
|
that:
|
||||||
- "my_param <= 100"
|
- "my_param <= 100"
|
||||||
- "my_param >= 0"
|
- "my_param >= 0"
|
||||||
msg: "'my_param' is must be between 0 and 100"
|
msg: "'my_param' must be between 0 and 100"
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Add table
Reference in a new issue