official/ev3/educator: fix docstring typo

This commit is contained in:
Laurens Valk
2020-04-28 15:17:48 +02:00
parent 15380261c9
commit df83ea583e
@@ -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()