diff --git a/README.md b/README.md index 680f9eb..84a4aae 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ class ManyThings: self.vm.strip[0].label = "podmic" self.vm.strip[0].mute = True print( - f"strip 0 ({self.vm.strip[0].label}) label has been set to {self.vm.strip[0].mute}" + f"strip 0 ({self.vm.strip[0].label}) mute has been set to {self.vm.strip[0].mute}" ) def other_things(self): diff --git a/__main__.py b/__main__.py index dd840b8..f88a41b 100644 --- a/__main__.py +++ b/__main__.py @@ -9,7 +9,7 @@ class ManyThings: self.vm.strip[0].label = "podmic" self.vm.strip[0].mute = True print( - f"strip 0 ({self.vm.strip[0].label}) label has been set to {self.vm.strip[0].mute}" + f"strip 0 ({self.vm.strip[0].label}) mute has been set to {self.vm.strip[0].mute}" ) def other_things(self):