api/builtins/Motor: update reset_angle text

Control+ motors have absolute encoders, but no marker on the shaft. This revises the text accordingly.
This commit is contained in:
Laurens Valk
2019-12-28 14:07:39 +01:00
parent e183f73d4e
commit 990527c12a
+2 -2
View File
@@ -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