From 339c7eaf6f87509d500857d33a82587f5554b2b5 Mon Sep 17 00:00:00 2001
From: cbdev <cb@cbcdn.com>
Date: Sun, 8 Mar 2020 13:44:45 +0100
Subject: Fix typo

---
 backends/python.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'backends')

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)
 
-- 
cgit v1.2.3