Skip to content

Commit

Permalink
Merge pull request #888 from e28eta/patch-1
Browse files Browse the repository at this point in the history
Fix minor typo: descrpition
  • Loading branch information
bennuttall committed Sep 16, 2020
2 parents 8a779e4 + 20c5572 commit 70cc772
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gpiozero/input_devices.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 70cc772

Please sign in to comment.