From 222aa46123a16fee1cfa95931dadf7f946e8722e Mon Sep 17 00:00:00 2001 From: Konstantin Lampalzer Date: Sat, 16 Oct 2021 16:36:07 +0200 Subject: [PATCH] Fix docu --- docs/source/lib/Motor.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/lib/Motor.rst b/docs/source/lib/Motor.rst index e5d6854..bd8b253 100644 --- a/docs/source/lib/Motor.rst +++ b/docs/source/lib/Motor.rst @@ -19,5 +19,5 @@ Driving straight (maybe) from compLib.Motor import Motor - Motor.power(1, 50) - Motor.power(2, 50) \ No newline at end of file + Motor.power(1, -50) + Motor.power(4, 50) \ No newline at end of file