mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix typo wether -> whether
This commit is contained in:
parent
538fb6fae2
commit
d3804094f2
2 changed files with 3 additions and 3 deletions
|
@ -109,7 +109,7 @@ def install(pkg=None,
|
|||
.. versionadded:: 2015.8.4
|
||||
|
||||
silent
|
||||
Wether or not to run NPM install with --silent flag.
|
||||
Whether or not to run NPM install with --silent flag.
|
||||
|
||||
.. versionadded:: 2015.8.5
|
||||
|
||||
|
|
|
@ -1009,11 +1009,11 @@ class NumberItem(BaseSchemaItem):
|
|||
:param minimum:
|
||||
The minimum allowed value
|
||||
:param exclusive_minimum:
|
||||
Wether a value is allowed to be exactly equal to the minimum
|
||||
Whether a value is allowed to be exactly equal to the minimum
|
||||
:param maximum:
|
||||
The maximum allowed value
|
||||
:param exclusive_maximum:
|
||||
Wether a value is allowed to be exactly equal to the maximum
|
||||
Whether a value is allowed to be exactly equal to the maximum
|
||||
'''
|
||||
if multiple_of is not None:
|
||||
self.multiple_of = multiple_of
|
||||
|
|
Loading…
Add table
Reference in a new issue