From 20c55723d94be867b8e7befbfef3a61815b45401 Mon Sep 17 00:00:00 2001 From: Dan Jackson Date: Tue, 15 Sep 2020 15:50:47 -0700 Subject: [PATCH] Fix minor typo: descrpition I was reading the docs and saw this. --- gpiozero/input_devices.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gpiozero/input_devices.py b/gpiozero/input_devices.py index 465a7311..2db51d17 100644 --- a/gpiozero/input_devices.py +++ b/gpiozero/input_devices.py @@ -160,7 +160,7 @@ class DigitalInputDevice(EventsMixin, InputDevice): :type pull_up: bool or None :param pull_up: - See descrpition under :class:`InputDevice` for more information. + See description under :class:`InputDevice` for more information. :type active_state: bool or None :param active_state: @@ -231,7 +231,7 @@ class SmoothedInputDevice(EventsMixin, InputDevice): :type pull_up: bool or None :param pull_up: - See descrpition under :class:`InputDevice` for more information. + See description under :class:`InputDevice` for more information. :type active_state: bool or None :param active_state: @@ -482,7 +482,7 @@ class LineSensor(SmoothedInputDevice): :type pull_up: bool or None :param pull_up: - See descrpition under :class:`InputDevice` for more information. + See description under :class:`InputDevice` for more information. :type active_state: bool or None :param active_state: @@ -576,7 +576,7 @@ class MotionSensor(SmoothedInputDevice): :type pull_up: bool or None :param pull_up: - See descrpition under :class:`InputDevice` for more information. + See description under :class:`InputDevice` for more information. :type active_state: bool or None :param active_state: