diff --git a/pybricks/builtins.py b/pybricks/builtins.py index d9838b9..12ecb02 100644 --- a/pybricks/builtins.py +++ b/pybricks/builtins.py @@ -34,7 +34,7 @@ class DCMotor: """Stop the motor. Arguments: - stop_type (Stop): Whether to coast, brake, or hold. + stop_type (Stop): Whether to coast or brake the motor. """ pass