From caf05aa789544ed47b3fad7c160c5f65204f9eb0 Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Wed, 26 Oct 2022 14:27:59 +0100 Subject: [PATCH] fix virt strip factory method docstring --- voicemeeterlib/strip.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/voicemeeterlib/strip.py b/voicemeeterlib/strip.py index d246579..4372305 100644 --- a/voicemeeterlib/strip.py +++ b/voicemeeterlib/strip.py @@ -167,9 +167,9 @@ class VirtualStrip(Strip): @classmethod def make(cls, remote, i, is_phys): """ - Factory method for PhysicalStrip. + Factory method for VirtualStrip. - Returns a PhysicalStrip class. + Returns a VirtualStrip class. """ EFFECTS_cls = _make_effects_mixins(is_phys)[remote.kind.name] return type(