From df83ea583e3954cd758af00af413abc8db89e551 Mon Sep 17 00:00:00 2001 From: Laurens Valk Date: Tue, 28 Apr 2020 15:17:48 +0200 Subject: [PATCH] official/ev3/educator: fix docstring typo --- official_models/ev3/education_core/robot_educator_basic/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/official_models/ev3/education_core/robot_educator_basic/main.py b/official_models/ev3/education_core/robot_educator_basic/main.py index 7789e86..989742b 100644 --- a/official_models/ev3/education_core/robot_educator_basic/main.py +++ b/official_models/ev3/education_core/robot_educator_basic/main.py @@ -21,7 +21,7 @@ ev3.speaker.beep() robot.straight(-1000) ev3.speaker.beep() -# Turn by right by 360 degrees and back again. +# Turn clockwise by 360 degrees and back again. robot.turn(360) ev3.speaker.beep()