diff options
author | cbdev <cb@cbcdn.com> | 2020-03-04 01:20:39 +0100 |
---|---|---|
committer | cbdev <cb@cbcdn.com> | 2020-03-04 01:20:39 +0100 |
commit | 2e689e8852dc985249b214a9db98c1221dfc689f (patch) | |
tree | 6542bca55c4ecb8813129f343f7de2fce2aab730 /backends | |
parent | fe84e353f2580315804319438b1951752249a9ee (diff) | |
download | midimonster-2e689e8852dc985249b214a9db98c1221dfc689f.tar.gz midimonster-2e689e8852dc985249b214a9db98c1221dfc689f.tar.bz2 midimonster-2e689e8852dc985249b214a9db98c1221dfc689f.zip |
Clean up & retab CI script, fix typo
Diffstat (limited to 'backends')
-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 5f81e70..fae3139 100644 --- a/backends/python.md +++ b/backends/python.md @@ -1,7 +1,7 @@ ### The `python` backend The `python` backend provides a flexible programming environment, allowing users -to route, generate and manipulate channel events using the Python 3 scripting languge. +to route, generate and manipulate channel events using the Python 3 scripting language. Every instance has its own interpreter, which can be loaded with multiple Python modules. These modules may contain member functions accepting a single `float` parameter, which can |