limitlessled: fix docstring

pull/459/head
Michael Auchter 2015-09-27 15:35:47 -05:00
parent cc5217d818
commit 645cd89406
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ class LimitlessLED(Light):
@property
def should_poll(self):
""" No polling needed for a demo light. """
""" No polling needed. """
return False
@property