From fc05c9c9d2103e6e04de840e96131d14201dde76 Mon Sep 17 00:00:00 2001 From: Dennis Eisermann <73851419+DJE98@users.noreply.github.com> Date: Thu, 27 Jan 2022 09:50:22 +0100 Subject: [PATCH] [py] fix typo in demo_wav2midi.py instructions (closes gh-355, thanks to @DJE98) --- python/demos/demo_wav2midi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/demos/demo_wav2midi.py b/python/demos/demo_wav2midi.py index 8caa3ae4..9496c5d2 100755 --- a/python/demos/demo_wav2midi.py +++ b/python/demos/demo_wav2midi.py @@ -3,7 +3,7 @@ # Simple demo to extract notes from a sound file, and store them in a midi file # using mido. # -# Install mido: `pip instal mido` +# Install mido: `pip install mido` # # Documentation: https://mido.readthedocs.io/ -- 2.11.0