Fixed typo (#4145)

This commit is contained in:
Alok Saboo 2016-10-30 18:13:27 -04:00 committed by Fabian Affolter
parent be272ac64a
commit 8e695d1eb0

View File

@ -73,7 +73,7 @@ class PanasonicVieraTVDevice(MediaPlayerDevice):
"""Representation of a Panasonic Viera TV."""
def __init__(self, name, remote):
"""Initialize the samsung device."""
"""Initialize the Panasonic device."""
# Save a reference to the imported class
self._name = name
self._muted = False