From ac1306c57edd893c292c1c8c19393210cbee783f Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Fri, 29 Apr 2022 22:07:44 +0100 Subject: [PATCH] fix doc string --- vbancmd/channel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vbancmd/channel.py b/vbancmd/channel.py index 2dd85f7..3880fb6 100644 --- a/vbancmd/channel.py +++ b/vbancmd/channel.py @@ -103,7 +103,7 @@ class Channel(abc.ABC): return self._remote.public_packet def apply(self, mapping): - """Sets all parameters of a dict for the strip.""" + """Sets all parameters of a dict for the channel.""" script = "" for key, val in mapping.items(): if not hasattr(self, key):