From 46de4b73ca0c95d959ff9a2a7713f3ce0706c1f4 Mon Sep 17 00:00:00 2001 From: Laurens Valk Date: Tue, 14 Jan 2020 19:38:59 +0100 Subject: [PATCH] doc/ev3devices: drop millimeters note This is already shown as the return type, so this is a duplicate. --- pybricks/ev3devices.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pybricks/ev3devices.py b/pybricks/ev3devices.py index ac0bffe..39b47cb 100644 --- a/pybricks/ev3devices.py +++ b/pybricks/ev3devices.py @@ -274,7 +274,7 @@ class UltrasonicSensor(): approximately 300 ms each time. Returns: - :ref:`distance`: Distance (millimeters). + :ref:`distance`: Distance. """ pass