Skip to content

Commit 9624345

Browse files
author
sam
committed
Comment fix
1 parent 06b3ebc commit 9624345

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/ev3dev2/simulator/connector/MotorCommandCreator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def _frames_required(self, speed: float, distance: float) -> int:
8080
def _coast_frames_required(self, speed: float) -> int:
8181
"""
8282
Calculate the number of frames required for a motor to coast to a halt based on the given speed.
83-
:param speed: in degrees per second.
83+
:param speed: in pixels per second.
8484
:return: an integer representing the number of frames.
8585
"""
8686

0 commit comments

Comments
 (0)