Fix typo wether -> whether

This commit is contained in:
Benjamin Drung 2016-04-04 14:34:09 +02:00
parent 538fb6fae2
commit d3804094f2
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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