From 74a0871353744bcd4266a988b0dbb28bd8ff99e9 Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Tue, 14 Jun 2016 23:18:13 +0100 Subject: [PATCH] Doc typos --- gpiozero/input_devices.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gpiozero/input_devices.py b/gpiozero/input_devices.py index 0c06657..eebe4ba 100644 --- a/gpiozero/input_devices.py +++ b/gpiozero/input_devices.py @@ -302,7 +302,7 @@ class LineSensor(SmoothedInputDevice): pause() :param int pin: - The GPIO pin which the button is attached to. See :doc:`notes` for + The GPIO pin which the sensor is attached to. See :doc:`notes` for valid pin numbers. :param int queue_len: @@ -371,7 +371,7 @@ class MotionSensor(SmoothedInputDevice): print("Motion detected!") :param int pin: - The GPIO pin which the button is attached to. See :doc:`notes` for + The GPIO pin which the sensor is attached to. See :doc:`notes` for valid pin numbers. :param int queue_len: @@ -435,7 +435,7 @@ class LightSensor(SmoothedInputDevice): print("Light detected!") :param int pin: - The GPIO pin which the button is attached to. See :doc:`notes` for + The GPIO pin which the sensor is attached to. See :doc:`notes` for valid pin numbers. :param int queue_len: