From f88e1bad901ce9888c79f60b281b376aea714f0a Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 15 Mar 2012 14:31:01 -0400 Subject: [PATCH] Fix drigital -> digital typo in Stepper docstring. --- stepper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepper.py b/stepper.py index 1214926..b536394 100644 --- a/stepper.py +++ b/stepper.py @@ -58,7 +58,7 @@ class Stepper (object): full_step (boolean) select full or half stepping logic (boolean) select active high (True) or active low (False) delay (float) time delay between steps in seconds, in case the - motor response is slower than the drigital output + motor response is slower than the digital output driver. step_size (float) approximate step size in meters backlash (int) generous estimate of backlash in half-steps -- 2.26.2