Update docstring

This commit is contained in:
Fabian Affolter 2015-10-21 10:49:25 +02:00
parent 7ec1424825
commit 7e23c241da

View File

@ -59,7 +59,7 @@ def setup(hass, config):
class WinkToggleDevice(ToggleEntity):
""" Represents a Wink switch within Home Assistant. """
""" Represents a Wink toogle (switch) device. """
def __init__(self, wink):
self.wink = wink