From 53b78f1e327cb69aa9e77d27a4fbb657c42a04ec Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Tue, 19 Apr 2016 16:14:31 +0100 Subject: [PATCH] Minor docs fix (#286) * Minor docs fix * Another doc fix --- gpiozero/boards.py | 2 +- gpiozero/input_devices.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gpiozero/boards.py b/gpiozero/boards.py index 904f137..a42dc5f 100644 --- a/gpiozero/boards.py +++ b/gpiozero/boards.py @@ -572,7 +572,7 @@ class SnowPi(LEDBoard): class TrafficLightsBuzzer(CompositeOutputDevice): """ - Extends :class:`CompositeDevice` and is a generic class for HATs with + Extends :class:`CompositeOutputDevice` and is a generic class for HATs with traffic lights, a button and a buzzer. :param TrafficLights lights: diff --git a/gpiozero/input_devices.py b/gpiozero/input_devices.py index 3807d84..3f38a86 100644 --- a/gpiozero/input_devices.py +++ b/gpiozero/input_devices.py @@ -279,7 +279,7 @@ Button.wait_for_release = Button.wait_for_inactive class LineSensor(SmoothedInputDevice): """ - Extends :class:`DigitalInputDevice` and represents a single pin line sensor + Extends :class:`SmoothedInputDevice` and represents a single pin line sensor like the TCRT5000 infra-red proximity sensor found in the `CamJam #3 EduKit`_.