From 990527c12a1e15ee445475db2bd3acded71d894a Mon Sep 17 00:00:00 2001 From: Laurens Valk Date: Sat, 28 Dec 2019 14:07:39 +0100 Subject: [PATCH] api/builtins/Motor: update reset_angle text Control+ motors have absolute encoders, but no marker on the shaft. This revises the text accordingly. --- pybricks/builtins.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pybricks/builtins.py b/pybricks/builtins.py index ef65adf..0e74bb6 100644 --- a/pybricks/builtins.py +++ b/pybricks/builtins.py @@ -76,8 +76,8 @@ class Motor(): Arguments: angle (:ref:`angle`): Value to which the angle should be reset. If - you don't specify an angle, the angle of the - marker on the shaft will be used, if present. + you don't specify an angle, the absolute + value will be used if the motor supports it. """ pass