From a8575fe2ac0c0e4d61863312d1371ac02181bf32 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Fri, 21 Aug 2015 13:32:26 +0800 Subject: [PATCH] typo --- artiq/language/environment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/language/environment.py b/artiq/language/environment.py index 534197800..c8c3acaf9 100644 --- a/artiq/language/environment.py +++ b/artiq/language/environment.py @@ -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.