From aeb437943a0293deef940400a285d42187e3ce3a Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Thu, 4 Aug 2022 13:23:38 +0100 Subject: [PATCH] fix docstring --- examples/midi/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/midi/__main__.py b/examples/midi/__main__.py index 062f86a..05bfd5f 100644 --- a/examples/midi/__main__.py +++ b/examples/midi/__main__.py @@ -28,7 +28,7 @@ class Observer: """ checks if strip 3 level postfader mode is greater than -40 - checks if midi button 48 velcity is 127 (full velocity for button press). + checks if midi button 48 velocity is 127 (full velocity for button press). """ if ( max(self.vm.strip[3].levels.postfader) > -40