From 92994381472f2185b86564752ea64b94f58c2d27 Mon Sep 17 00:00:00 2001 From: SteveAmor Date: Mon, 17 Oct 2016 20:38:45 +0000 Subject: [PATCH] Correct small typo --- gpiozero/devices.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpiozero/devices.py b/gpiozero/devices.py index 88a2c59..001f1d0 100644 --- a/gpiozero/devices.py +++ b/gpiozero/devices.py @@ -230,7 +230,7 @@ class Device(ValuesMixin, GPIOBase): """ Represents a single device of any type; GPIO-based, SPI-based, I2C-based, etc. This is the base class of the device hierarchy. It defines the - basic services applicable to all devices (specifically thhe :attr:`is_active` + basic services applicable to all devices (specifically the :attr:`is_active` property, the :attr:`value` property, and the :meth:`close` method). """ def __repr__(self):