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()