From 55c5790a4855ef26fab36bdd7e12f1cbed110bb0 Mon Sep 17 00:00:00 2001 From: Laurens Valk Date: Fri, 24 Apr 2020 10:50:34 +0200 Subject: [PATCH] doc/nxtdevices: fix typo --- pybricks/nxtdevices.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pybricks/nxtdevices.py b/pybricks/nxtdevices.py index 2cc5483..c5b70be 100644 --- a/pybricks/nxtdevices.py +++ b/pybricks/nxtdevices.py @@ -169,7 +169,7 @@ class SoundSensor: class TemperatureSensor: - """LEGO® MINDSTORMS® NXT Ultrasonic Sensor.""" + """LEGO® MINDSTORMS® NXT Temperature Sensor.""" def __init__(self, port): """