From aa9c9bb04aa3fc0aee98c611cafe62a1b7083533 Mon Sep 17 00:00:00 2001 From: Kattni Rembor Date: Thu, 20 Dec 2018 14:40:05 -0600 Subject: [PATCH] Fix example docstring. --- examples/servokit_simpletest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/servokit_simpletest.py b/examples/servokit_simpletest.py index 9398eee..62e8997 100644 --- a/examples/servokit_simpletest.py +++ b/examples/servokit_simpletest.py @@ -1,4 +1,4 @@ -"""Simple test for a standard servo on channel 0 and a continuous rotation servo on channel 2.""" +"""Simple test for a standard servo on channel 0 and a continuous rotation servo on channel 1.""" import time from adafruit_servokit import ServoKit