This commit is contained in:
Sebastien Bourdeauducq 2015-08-21 13:32:26 +08:00
parent 646721d3e9
commit a8575fe2ac
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ class NumberValue(_SimpleArgProcessor):
:param unit: A string representing the unit of the value, for user
interface (UI) purposes.
:param step: The step with with the value should be modified by up/down
:param step: The step with which the value should be modified by up/down
buttons in a UI.
:param min: The minimum value of the argument.
:param max: The maximum value of the argument.