From 4cf634a9c350cbc7f653d0115c7625804d30120e Mon Sep 17 00:00:00 2001 From: Ben Nuttall Date: Sun, 22 Nov 2015 18:25:41 +0000 Subject: [PATCH] Fix typo --- gpiozero/boards.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpiozero/boards.py b/gpiozero/boards.py index 60bc9fe..8be6ea9 100644 --- a/gpiozero/boards.py +++ b/gpiozero/boards.py @@ -390,7 +390,7 @@ class Robot(SourceMixin, CompositeDevice): """ Reverse the robot's current motor directions. If the robot is currently running full speed forward, it will run full speed backward. If the - roboto is turning left at half-speed, it will turn right at half-speed. + robot is turning left at half-speed, it will turn right at half-speed. If the robot is currently stopped it will remain stopped. """ self._left.value = -self._left.value