diff options
Diffstat (limited to 'backends/python.md')
-rw-r--r-- | backends/python.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/python.md b/backends/python.md index 8589c18..f06e504 100644 --- a/backends/python.md +++ b/backends/python.md @@ -29,7 +29,7 @@ Example Python module: import socket import midimonster -# Simple channel ahndler +# Simple channel handler def in1(value): midimonster.output("out1", 1 - value) |