fix doc string

This commit is contained in:
onyx-and-iris 2022-04-29 22:07:44 +01:00
parent b31c976abc
commit ac1306c57e

View File

@ -103,7 +103,7 @@ class Channel(abc.ABC):
return self._remote.public_packet return self._remote.public_packet
def apply(self, mapping): def apply(self, mapping):
"""Sets all parameters of a dict for the strip.""" """Sets all parameters of a dict for the channel."""
script = "" script = ""
for key, val in mapping.items(): for key, val in mapping.items():
if not hasattr(self, key): if not hasattr(self, key):