mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2024-11-15 16:40:46 +00:00
fix virt strip factory method docstring
This commit is contained in:
parent
405fa8d5cb
commit
caf05aa789
@ -167,9 +167,9 @@ class VirtualStrip(Strip):
|
|||||||
@classmethod
|
@classmethod
|
||||||
def make(cls, remote, i, is_phys):
|
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]
|
EFFECTS_cls = _make_effects_mixins(is_phys)[remote.kind.name]
|
||||||
return type(
|
return type(
|
||||||
|
Loading…
Reference in New Issue
Block a user