mirror of
				https://github.com/KevinMidboe/python-gpiozero.git
				synced 2025-10-29 17:50:37 +00:00 
			
		
		
		
	Fix typo
This commit is contained in:
		| @@ -390,7 +390,7 @@ class Robot(SourceMixin, CompositeDevice): | |||||||
|         """ |         """ | ||||||
|         Reverse the robot's current motor directions. If the robot is currently |         Reverse the robot's current motor directions. If the robot is currently | ||||||
|         running full speed forward, it will run full speed backward. If the |         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. |         If the robot is currently stopped it will remain stopped. | ||||||
|         """ |         """ | ||||||
|         self._left.value = -self._left.value |         self._left.value = -self._left.value | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user